Spaces:
Runtime error
Runtime error
fix ctranslate2
#1
by
r3gm
- opened
- pre-requirements.txt +4 -4
pre-requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
pip==23.1.2
|
2 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
-
torch==2.
|
4 |
torchvision # <=0.17.0+cu121
|
5 |
torchaudio # <=2.2.0+cu121
|
6 |
-
ctranslate2
|
7 |
yt-dlp
|
8 |
gradio==4.19.2
|
9 |
pydub==0.25.1
|
10 |
-
edge_tts==
|
11 |
deep_translator==1.11.4
|
12 |
git+https://github.com/R3gm/pyannote-audio.git@3.1.1
|
13 |
git+https://github.com/R3gm/whisperX.git@cuda_12_x
|
|
|
1 |
pip==23.1.2
|
2 |
+
# --extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
+
torch==2.5.1 # +cu121
|
4 |
torchvision # <=0.17.0+cu121
|
5 |
torchaudio # <=2.2.0+cu121
|
6 |
+
ctranslate2==4.6.0
|
7 |
yt-dlp
|
8 |
gradio==4.19.2
|
9 |
pydub==0.25.1
|
10 |
+
edge_tts==7.2.1
|
11 |
deep_translator==1.11.4
|
12 |
git+https://github.com/R3gm/pyannote-audio.git@3.1.1
|
13 |
git+https://github.com/R3gm/whisperX.git@cuda_12_x
|