dvdnss
commited on
Commit
·
b52d28b
1
Parent(s):
9a2502c
updated requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gdown~=4.
|
2 |
nltk~=3.7
|
3 |
-
streamlit~=1.
|
4 |
-
transformers~=4.16.2
|
5 |
datasets~=2.0.0
|
6 |
tqdm~=4.63.1
|
7 |
-
torch~=1.11.0
|
|
|
|
1 |
+
gdown~=4.4.0
|
2 |
nltk~=3.7
|
3 |
+
streamlit~=1.8.0
|
|
|
4 |
datasets~=2.0.0
|
5 |
tqdm~=4.63.1
|
6 |
+
torch~=1.11.0 --install-option='--extra-index-url https://download.pytorch.org/whl/cu113'
|
7 |
+
transformers~=4.17.0
|