Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
#
|
| 2 |
gradio>=4.44.0
|
| 3 |
spaces>=0.28.0
|
|
|
|
| 4 |
huggingface-hub>=0.25.0
|
|
|
|
|
|
|
| 5 |
torch>=2.5.0
|
| 6 |
-
transformers>=5.5.0 # Native Qwen 3.5 / ColVec1 support
|
| 7 |
-
accelerate>=1.1.0
|
| 8 |
-
bitsandbytes>=0.45.0
|
| 9 |
qwen-vl-utils # Required for smart_resize and vision padding
|
| 10 |
|
| 11 |
# FlashAttention-2 for memory optimization (optional - requires CUDA)
|
|
|
|
| 1 |
+
# Resolves HfFolder error and adds Qwen 3.5-VL support
|
| 2 |
gradio>=4.44.0
|
| 3 |
spaces>=0.28.0
|
| 4 |
+
transformers>=4.48.0
|
| 5 |
huggingface-hub>=0.25.0
|
| 6 |
+
accelerate>=0.34.0
|
| 7 |
+
bitsandbytes>=0.43.3
|
| 8 |
torch>=2.5.0
|
|
|
|
|
|
|
|
|
|
| 9 |
qwen-vl-utils # Required for smart_resize and vision padding
|
| 10 |
|
| 11 |
# FlashAttention-2 for memory optimization (optional - requires CUDA)
|