yonikremer
commited on
Commit
•
b8536c7
1
Parent(s):
43ee192
Revert "removed grouped-sampling requirements"
Browse filesThis reverts commit e5a4b7b553786fd834fd400ddff562641ff0d57f.
- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -2,6 +2,12 @@ streamlit~=1.19.0
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
torch
|
4 |
grouped-sampling>=1.0.17
|
|
|
5 |
urllib3~=1.26.14
|
|
|
|
|
|
|
|
|
6 |
sentencepiece
|
|
|
7 |
pytest~=7.2.2
|
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
torch
|
4 |
grouped-sampling>=1.0.17
|
5 |
+
transformers
|
6 |
urllib3~=1.26.14
|
7 |
+
requests
|
8 |
+
cache-to-disk
|
9 |
+
beautifulsoup4~=4.11.2
|
10 |
+
accelerate
|
11 |
sentencepiece
|
12 |
+
bitsandbytes
|
13 |
pytest~=7.2.2
|