Skip to content

Instantly share code, notes, and snippets.

View ROBERT-MCDOWELL's full-sized avatar

ROBERT MCDOWELL ROBERT-MCDOWELL

View GitHub Profile
@ROBERT-MCDOWELL
ROBERT-MCDOWELL / CONDA_SETUP.md
Created October 18, 2025 02:52 — forked from lmmx/CONDA_SETUP.md
Installing faster-whisper with GPU support via CTranslate2 (dependencies: CUDA>=11.2 CuDNN 8.x and CuBLAS)
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-forge

Then install CTranslate2 into ~/opt:

I needed libiomp5 and couldn't get it to find the Intel MKL include directory (by setting MKLROOT)