Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
1 |
transformers==4.45.0
|
2 |
streamlit==1.30.0
|
3 |
-
torch==2.0.0+cpu
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
pip==24.2
|
2 |
transformers==4.45.0
|
3 |
streamlit==1.30.0
|
4 |
+
torch==2.0.0+cpu -f https://download.pytorch.org/whl/cpu
|
5 |
+
huggingface-hub>=0.19
|
6 |
+
hf-transfer>=0.1.4
|
7 |
+
protobuf<4
|
8 |
+
click<8.1
|
9 |
+
pydantic~=1.0
|
10 |
+
datasets
|