dvdnss commited on
Commit
eadd6c6
·
1 Parent(s): 071e8d2

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  -f https://download.pytorch.org/whl/cu113
2
- torch>=1.11.0+cu113
3
- datasets>=2.0.0
4
- transformers>=4.17.0
5
- tqdm>=4.63.1
6
- streamlit>=1.8.0
7
- gdown>=4.4.0
8
- nltk>=3.7
 
1
  -f https://download.pytorch.org/whl/cu113
2
+ torch~=1.11.0
3
+ gdown~=4.3.1
4
+ nltk~=3.7
5
+ streamlit~=1.6.0
6
+ transformers~=4.16.2
7
+ datasets~=2.0.0
8
+ tqdm~=4.63.1