We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891309a commit 25fa6a8Copy full SHA for 25fa6a8
1 file changed
README.md
@@ -13,7 +13,7 @@ source .venv/bin/activate
13
uv pip install torch==2.1.2 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121
14
15
# Install whisperx in isolation to avoid ctranslate2/torch version conflicts
16
-uv pip install setuptools
+uv pip install "setuptools<74"
17
uv pip install --no-deps --no-build-isolation "whisperx @ git+https://github.com/m-bain/whisperX.git@v3.1.1"
18
# whisperx runtime deps (transformers must be <4.42 — newer versions require torch>=2.4)
19
uv pip install "ctranslate2>=4.0" "faster-whisper>=1.0.0" "transformers>=4.35.0,<4.42.0" nltk
0 commit comments