Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,16 @@ torchvision
|
|
| 3 |
transformers>=5.1.0
|
| 4 |
accelerate>=1.1.0
|
| 5 |
bitsandbytes>=0.46.1
|
|
|
|
| 6 |
safetensors>=0.4.0
|
| 7 |
qwen-vl-utils
|
| 8 |
-
gradio
|
| 9 |
-
Pillow>=10.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers>=5.1.0
|
| 4 |
accelerate>=1.1.0
|
| 5 |
bitsandbytes>=0.46.1
|
| 6 |
+
peft>=0.18.0
|
| 7 |
safetensors>=0.4.0
|
| 8 |
qwen-vl-utils
|
| 9 |
+
gradio
|
| 10 |
+
Pillow>=10.0.0
|
| 11 |
+
numpy
|
| 12 |
+
opencv-python-headless
|
| 13 |
+
sentencepiece
|
| 14 |
+
protobuf
|
| 15 |
+
huggingface_hub>=1.0.0
|
| 16 |
+
spaces
|
| 17 |
+
hf_xet
|
| 18 |
+
requests
|