Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
Β·
e5c158d
1
Parent(s):
aaacc65
Update torch+cpu 1.7.1 for linux
Browse files- push-hf.bat +1 -0
- requirements.txt +2 -1
push-hf.bat
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
git push hf master:main
|
requirements.txt
CHANGED
@@ -17,7 +17,8 @@ requests==2.26.0; python_full_version >= "3.6.0"
|
|
17 |
sacremoses==0.0.45; python_full_version >= "3.6.0"
|
18 |
six==1.16.0; python_full_version >= "3.6.0"
|
19 |
tokenizers==0.10.3; python_full_version >= "3.6.0"
|
20 |
-
|
|
|
21 |
tqdm==4.61.2; python_full_version >= "3.6.0"
|
22 |
transformers==4.9.0; python_full_version >= "3.6.0"
|
23 |
typing-extensions==3.10.0.0; python_version >= "3.7" and python_version < "3.8" and sys_platform == "linux" and python_full_version >= "3.6.2"
|
|
|
17 |
sacremoses==0.0.45; python_full_version >= "3.6.0"
|
18 |
six==1.16.0; python_full_version >= "3.6.0"
|
19 |
tokenizers==0.10.3; python_full_version >= "3.6.0"
|
20 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
21 |
+
torch==1.7.1+cpu
|
22 |
tqdm==4.61.2; python_full_version >= "3.6.0"
|
23 |
transformers==4.9.0; python_full_version >= "3.6.0"
|
24 |
typing-extensions==3.10.0.0; python_version >= "3.7" and python_version < "3.8" and sys_platform == "linux" and python_full_version >= "3.6.2"
|