conda create -n fasterwhisper python
conda activate fasterwhisper
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
conda install "cudnn>8" -c conda-forgeThen install CTranslate2 into ~/opt:
I needed libiomp5 and couldn't get it to find the Intel MKL include directory (by setting MKLROOT)