Spaces:
Runtime error
Runtime error
Commit ·
5028f52
1
Parent(s): f52cf42
edite requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
numpy==1.19.5
|
|
|
|
|
|
|
|
|
|
| 2 |
sentencepiece==0.1.97
|
| 3 |
tokenizers==0.8.1rc1
|
| 4 |
-
torch==1.11.0+cu113
|
| 5 |
torchsummary==1.5.1
|
| 6 |
torchtext==0.12.0
|
| 7 |
-
|
| 8 |
-
transformers==3.0.2
|
| 9 |
-
nltk==3.7
|
|
|
|
| 1 |
numpy==1.19.5
|
| 2 |
+
--find-links -f https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
torch==1.11.0+cu113
|
| 4 |
+
torchvision==0.12.0+cu113
|
| 5 |
sentencepiece==0.1.97
|
| 6 |
tokenizers==0.8.1rc1
|
|
|
|
| 7 |
torchsummary==1.5.1
|
| 8 |
torchtext==0.12.0
|
| 9 |
+
transformers==3.0.2
|
|
|
|
|
|