dvdnss
commited on
Commit
·
eeec8db
1
Parent(s):
844f8e3
updated requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
2 |
-
torch
|
3 |
-
datasets
|
4 |
-
transformers
|
5 |
-
tqdm
|
6 |
-
streamlit
|
7 |
-
gdown
|
8 |
-
nltk
|
|
|
1 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
2 |
+
torch>=1.10.2+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
|