Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -8,8 +8,9 @@ pyperclip
|
|
8 |
sentencepiece
|
9 |
gradio==4.43.0
|
10 |
speechbrain==0.5.16
|
11 |
-
torch==2.
|
12 |
-
torchaudio==2.
|
|
|
13 |
faster-whisper==1.0.0
|
14 |
setuptools>=65
|
15 |
nltk
|
|
|
8 |
sentencepiece
|
9 |
gradio==4.43.0
|
10 |
speechbrain==0.5.16
|
11 |
+
torch==2.2.0 --index-url https://download.pytorch.org/whl/cu118
|
12 |
+
torchaudio==2.2.0
|
13 |
+
flash-attention
|
14 |
faster-whisper==1.0.0
|
15 |
setuptools>=65
|
16 |
nltk
|