Spaces:
Sleeping
Sleeping
Manjot Singh
commited on
Commit
·
568f64b
1
Parent(s):
25de991
requirements change_2
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -8,7 +8,9 @@ sentencepiece
|
|
8 |
gradio==4.43.0
|
9 |
speechbrain==0.5.16
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
11 |
-
|
|
|
|
|
12 |
torchaudio==2.0.0
|
13 |
faster-whisper==1.0.0
|
14 |
setuptools>=65
|
|
|
8 |
gradio==4.43.0
|
9 |
speechbrain==0.5.16
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
11 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
12 |
+
torch==2.0.0+cu118
|
13 |
+
# torch==2.0.0+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|
14 |
torchaudio==2.0.0
|
15 |
faster-whisper==1.0.0
|
16 |
setuptools>=65
|