Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
torch==2.1.
|
2 |
transformers==4.30.2
|
3 |
gradio>=4.13.0
|
4 |
sentencepiece==0.1.99
|
5 |
einops==0.6.1
|
6 |
-
flash-attn==1.0.5
|
7 |
numpy==1.22.2
|
|
|
1 |
+
torch==2.1.2
|
2 |
transformers==4.30.2
|
3 |
gradio>=4.13.0
|
4 |
sentencepiece==0.1.99
|
5 |
einops==0.6.1
|
|
|
6 |
numpy==1.22.2
|