dvdnss
commited on
Commit
·
eadd6c6
1
Parent(s):
071e8d2
updated requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-f https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
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
|