Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
streamlit
|
| 3 |
transformers
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
| 2 |
transformers
|
| 3 |
+
datasets
|
| 4 |
+
accelerate
|
| 5 |
+
huggingface-hub
|
| 6 |
+
protobuf
|
| 7 |
+
pydantic
|