ffreemt commited on
Commit
ac2d98a
1 Parent(s): e883c39

Update --find-links https://download.pytorch.org/whl/torch_stable.html\ntorch==1.8.0+cpu in requirements.txt

Browse files
Files changed (2) hide show
  1. requirements-torch.txt +3 -1
  2. requirements.txt +2 -1
requirements-torch.txt CHANGED
@@ -1,4 +1,6 @@
1
  # pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
  # torch==1.7.1+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
 
3
 
4
- torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
 
 
1
  # pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
  # torch==1.7.1+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
3
+ # torch==1.7.1+cpu
4
 
5
+ --find-links https://download.pytorch.org/whl/torch_stable.html
6
+ torch==1.8.0+cpu
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  # pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
- torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
 
3
 
4
  about-time==3.1.1
5
  alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
 
1
  # pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
+ --find-links https://download.pytorch.org/whl/torch_stable.html
3
+ torch==1.8.0+cpu
4
 
5
  about-time==3.1.1
6
  alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"