alex-abb commited on
Commit
2487ef3
·
verified ·
1 Parent(s): 5179c34

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  transformers>=4.0.0,<5.0.0
2
  torch>=1.6.0
3
  numpy>=1.19.5
4
-
 
5
 
 
1
  transformers>=4.0.0,<5.0.0
2
  torch>=1.6.0
3
  numpy>=1.19.5
4
+ --extra-index-url https://download.pytorch.org/whl/cu113
5
+ torch
6