magarcd commited on
Commit
79c9756
·
verified ·
1 Parent(s): 35ec263

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- torch
2
- torchvision
3
- torchtext
 
4
  gradio==2.7.5
5
  icevision[all]
6
 
 
1
+ -f https://download.pytorch.org/whl/torch_stable.html --upgrade -q
2
+ torch==1.11.0+cu113
3
+ torchvision==0.11.0+cu113
4
+ torchtext==0.12.0
5
  gradio==2.7.5
6
  icevision[all]
7