el-filatova commited on
Commit
5a75428
·
verified ·
1 Parent(s): 2dd5955

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  fastai
2
- torch==1.12.1+cu113 --install-option="--extra-index-url https://download.pytorch.org/whl/cu113"
3
- torchvision==0.13.1+cu113 --install-option="--extra-index-url https://download.pytorch.org/whl/cu113"
4
- torchtext
5
  icevision[all] --install-option="--no-deps"
6
  loguru --install-option="--no-deps"
 
1
  fastai
2
+ torch==1.11.0+cu113 --install-option="--extra-index-url https://download.pytorch.org/whl/torch_stable.html"
3
+ torchvision==0.11.0+cu113 --install-option="--extra-index-url https://download.pytorch.org/whl/torch_stable.html"
4
+ torchtext --install-option="--extra-index-url https://download.pytorch.org/whl/torch_stable.html"
5
  icevision[all] --install-option="--no-deps"
6
  loguru --install-option="--no-deps"