Spaces:
Runtime error
Runtime error
stefiane Zhang (ๅผ ๅฎถๅ)-ๆตชๆฝฎไฟกๆฏ
commited on
Commit
โข
36d944c
1
Parent(s):
d280b57
Add application file
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
gradio>=4.13.0
|
4 |
-
sentencepiece
|
5 |
-
einops
|
6 |
-
flash-attn==
|
7 |
-
numpy
|
|
|
1 |
+
torch==2.1.0a0+4136153
|
2 |
+
transformers==4.30.2
|
3 |
gradio>=4.13.0
|
4 |
+
sentencepiece==0.1.99
|
5 |
+
einops==0.6.1
|
6 |
+
flash-attn==2.0.0.post1
|
7 |
+
numpy==1.22.2
|