Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
|
2 |
ctranslate2>=4.4.0
|
3 |
faster-whisper>=1.0.3
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==5.4.0
|
6 |
yt-dlp
|
7 |
json5
|
8 |
-
torch
|
9 |
-
torchaudio
|
10 |
more_itertools
|
11 |
zhconv
|
12 |
sentencepiece
|
@@ -26,12 +26,10 @@ ctransformers[cuda]
|
|
26 |
bitsandbytes
|
27 |
python-dotenv
|
28 |
|
29 |
-
|
30 |
datasets
|
31 |
huggingface-hub>=0.19
|
32 |
hf-transfer>=0.1.4
|
33 |
protobuf<4
|
34 |
click<8.1
|
35 |
pydantic~=2.0
|
36 |
-
torch==2.5.1
|
37 |
git+https://github.com/pyannote/pyannote-audio.git@develop
|
|
|
1 |
+
transformers>=4.45.2
|
2 |
ctranslate2>=4.4.0
|
3 |
faster-whisper>=1.0.3
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==5.4.0
|
6 |
yt-dlp
|
7 |
json5
|
8 |
+
torch==2.0.1+cu118
|
9 |
+
torchaudio==2.0.2+cu118
|
10 |
more_itertools
|
11 |
zhconv
|
12 |
sentencepiece
|
|
|
26 |
bitsandbytes
|
27 |
python-dotenv
|
28 |
|
|
|
29 |
datasets
|
30 |
huggingface-hub>=0.19
|
31 |
hf-transfer>=0.1.4
|
32 |
protobuf<4
|
33 |
click<8.1
|
34 |
pydantic~=2.0
|
|
|
35 |
git+https://github.com/pyannote/pyannote-audio.git@develop
|