Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
torch>=2.3.1
|
3 |
pyannote.audio
|
4 |
yt-dlp
|
@@ -11,5 +12,5 @@ spaces
|
|
11 |
peft==0.11.1
|
12 |
whisper_timestamped
|
13 |
typing
|
14 |
-
faster_whisper
|
15 |
ctranslate2==4.4.0
|
|
|
1 |
+
transformers
|
2 |
+
numpy<2
|
3 |
torch>=2.3.1
|
4 |
pyannote.audio
|
5 |
yt-dlp
|
|
|
12 |
peft==0.11.1
|
13 |
whisper_timestamped
|
14 |
typing
|
15 |
+
faster_whisper==1.1.0
|
16 |
ctranslate2==4.4.0
|