Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio>=5.
|
2 |
torch>=2.0.0
|
3 |
torchvision>=0.15.0
|
4 |
torchaudio>=2.0.0
|
@@ -13,4 +13,5 @@ numpy>=1.21.0
|
|
13 |
scipy>=1.9.0
|
14 |
python-dotenv>=1.0.0
|
15 |
sentence-transformers>=3.0.0
|
|
|
16 |
spaces
|
|
|
1 |
+
gradio>=5.43.1
|
2 |
torch>=2.0.0
|
3 |
torchvision>=0.15.0
|
4 |
torchaudio>=2.0.0
|
|
|
13 |
scipy>=1.9.0
|
14 |
python-dotenv>=1.0.0
|
15 |
sentence-transformers>=3.0.0
|
16 |
+
flash-attn>=2.0.0
|
17 |
spaces
|