Spaces:
Runtime error
Runtime error
saiful9379
commited on
Commit
•
0eb914d
1
Parent(s):
94bea44
update requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
numpy==1.19.5
|
2 |
-
--find-links
|
3 |
torch==1.11.0+cu113
|
4 |
torchvision==0.12.0+cu113
|
5 |
sentencepiece==0.1.97
|
|
|
1 |
numpy==1.19.5
|
2 |
+
--find-links 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
|