Spaces:
Sleeping
Sleeping
update requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
-
git+https://github.com/huggingface/transformers.git@
|
| 2 |
-
git+https://github.com/huggingface/accelerate.git
|
| 3 |
-
git+https://github.com/huggingface/peft.git
|
| 4 |
transformers-stream-generator
|
| 5 |
huggingface_hub
|
| 6 |
qwen-vl-utils
|
|
@@ -8,6 +6,7 @@ sentencepiece
|
|
| 8 |
opencv-python
|
| 9 |
torch==2.8.0
|
| 10 |
torchvision
|
|
|
|
| 11 |
matplotlib
|
| 12 |
requests
|
| 13 |
kernels
|
|
@@ -15,4 +14,5 @@ hf_xet
|
|
| 15 |
spaces
|
| 16 |
pillow
|
| 17 |
gradio==6.19.0
|
|
|
|
| 18 |
av
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/transformers.git@v5.9.0
|
|
|
|
|
|
|
| 2 |
transformers-stream-generator
|
| 3 |
huggingface_hub
|
| 4 |
qwen-vl-utils
|
|
|
|
| 6 |
opencv-python
|
| 7 |
torch==2.8.0
|
| 8 |
torchvision
|
| 9 |
+
accelerate
|
| 10 |
matplotlib
|
| 11 |
requests
|
| 12 |
kernels
|
|
|
|
| 14 |
spaces
|
| 15 |
pillow
|
| 16 |
gradio==6.19.0
|
| 17 |
+
peft
|
| 18 |
av
|