yonikremer commited on
Commit
12fe3ec
1 Parent(s): 1786f02

changed requirements for GPU compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- grouped-sampling>=1.0.14
2
  streamlit~=1.19.0
3
- torch~=1.13.1
 
 
4
  transformers
5
  urllib3~=1.26.14
6
  requests
 
 
1
  streamlit~=1.19.0
2
+ --extra-index-url https://download.pytorch.org/whl/cu113
3
+ torch
4
+ grouped-sampling>=1.0.16
5
  transformers
6
  urllib3~=1.26.14
7
  requests