Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ torch==2.11.0
|
|
| 4 |
accelerate==1.14.0
|
| 5 |
python-pptx==1.0.2
|
| 6 |
spaces==0.50.4
|
| 7 |
-
huggingface_hub=
|
| 8 |
openai==2.41.1
|
| 9 |
sentencepiece==0.2.1
|
| 10 |
bitsandbytes>=0.43.0
|
|
|
|
| 4 |
accelerate==1.14.0
|
| 5 |
python-pptx==1.0.2
|
| 6 |
spaces==0.50.4
|
| 7 |
+
huggingface_hub>=1.5.0,<2.0
|
| 8 |
openai==2.41.1
|
| 9 |
sentencepiece==0.2.1
|
| 10 |
bitsandbytes>=0.43.0
|