Spaces:
Sleeping
Sleeping
VampeeHuntee
commited on
Commit
•
6a616d3
1
Parent(s):
f1c8c84
update req
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
torch==2.3.0+cpu
|
|
|
3 |
transformers==4.38.0
|
4 |
gunicorn
|
5 |
# dynoscale
|
6 |
Werkzeug==2.2.2
|
7 |
Flask==2.2.3
|
8 |
-
seqeval==1.2.2
|
9 |
-
sentencepiece
|
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
torch==2.3.0+cpu
|
3 |
+
sentencepiece
|
4 |
transformers==4.38.0
|
5 |
gunicorn
|
6 |
# dynoscale
|
7 |
Werkzeug==2.2.2
|
8 |
Flask==2.2.3
|
9 |
+
seqeval==1.2.2
|
|