Spaces:
Running on Zero
Running on Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
transformers==4.51.3
|
| 2 |
accelerate>=1.1.1
|
| 3 |
safetensors
|
|
|
|
| 1 |
+
# gradio/hub pinned to resolve a hard conflict: transformers 4.51.3 (required by
|
| 2 |
+
# the model's trust_remote_code) needs huggingface_hub<1.0, which excludes
|
| 3 |
+
# gradio 6.x. gradio 5.49.1 works with huggingface_hub 0.x.
|
| 4 |
+
gradio==5.49.1
|
| 5 |
+
huggingface_hub<1.0
|
| 6 |
transformers==4.51.3
|
| 7 |
accelerate>=1.1.1
|
| 8 |
safetensors
|