yonikremer
commited on
Commit
•
faf3171
1
Parent(s):
0499581
updated requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
grouped-sampling>=1.0.
|
2 |
-
streamlit
|
3 |
torch>1.12.1
|
4 |
-
transformers~=4.26.
|
5 |
-
hatchling
|
6 |
beautifulsoup4~=4.11.2
|
7 |
urllib3~=1.26.14
|
8 |
requests~=2.28.2
|
9 |
accelerate
|
10 |
bitsandbytes
|
11 |
-
pytest
|
12 |
sentencepiece
|
13 |
google-api-python-client
|
|
|
1 |
+
grouped-sampling>=1.0.6
|
2 |
+
streamlit~=1.18.1
|
3 |
torch>1.12.1
|
4 |
+
transformers~=4.26.1
|
5 |
+
hatchling~=1.13.0
|
6 |
beautifulsoup4~=4.11.2
|
7 |
urllib3~=1.26.14
|
8 |
requests~=2.28.2
|
9 |
accelerate
|
10 |
bitsandbytes
|
11 |
+
pytest==7.2.1
|
12 |
sentencepiece
|
13 |
google-api-python-client
|