Spaces:
Running
Running
flosstradamus
commited on
Update requirements.txt
Browse files- requirements.txt +12 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
torch
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
gradio
|
@@ -21,4 +21,14 @@ matplotlib
|
|
21 |
thop
|
22 |
sentencepiece
|
23 |
Pillow
|
24 |
-
progressbar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch>=2.0.0
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
gradio
|
|
|
21 |
thop
|
22 |
sentencepiece
|
23 |
Pillow
|
24 |
+
progressbar
|
25 |
+
fire>=0.6.0
|
26 |
+
huggingface-hub
|
27 |
+
safetensors
|
28 |
+
tokenizers
|
29 |
+
protobuf
|
30 |
+
requests
|
31 |
+
invisible-watermark
|
32 |
+
regex
|
33 |
+
flash-attn==2.6.3
|
34 |
+
librosa==0.9.2
|