Spaces:
Sleeping
Sleeping
update dependences
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
sentencepiece
|
2 |
-
transformers
|
3 |
protobuf==4.23.4
|
4 |
gradio<4.0
|
|
|
|
|
|
|
|
|
|
1 |
+
sentencepiece==0.1.99
|
2 |
+
transformers==4.35.0
|
3 |
protobuf==4.23.4
|
4 |
gradio<4.0
|
5 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
6 |
+
torch==2.1.0+cpu
|
7 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
8 |
+
torchvision==0.16.0+cpu
|