freemt commited on
Commit
e5c158d
1 Parent(s): aaacc65

Update torch+cpu 1.7.1 for linux

Browse files
Files changed (2) hide show
  1. push-hf.bat +1 -0
  2. 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
- torch==1.7.0+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
 
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"