Update requeriments, add torch+cuda
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
speechbrain
|
3 |
soundfile
|
4 |
modelscope
|
5 |
rotary-embedding-torch
|
6 |
-
librosa
|
|
|
1 |
gradio
|
2 |
+
torch==2.0.1+cu118
|
3 |
+
torchvision==0.15.2+cu118
|
4 |
+
torchaudio==2.0.2
|
5 |
speechbrain
|
6 |
soundfile
|
7 |
modelscope
|
8 |
rotary-embedding-torch
|
9 |
+
# librosa
|