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