Spaces:
Running
on
Zero
Running
on
Zero
update requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/peft.git
|
| 3 |
transformers-stream-generator
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
albumentations
|
| 6 |
qwen-vl-utils
|
| 7 |
sentencepiece
|
| 8 |
opencv-python
|
| 9 |
-
transformers
|
| 10 |
torchvision
|
| 11 |
supervision
|
| 12 |
matplotlib
|
|
|
|
| 1 |
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/peft.git
|
| 3 |
transformers-stream-generator
|
| 4 |
+
transformers==4.57.1
|
| 5 |
huggingface_hub
|
| 6 |
albumentations
|
| 7 |
qwen-vl-utils
|
| 8 |
sentencepiece
|
| 9 |
opencv-python
|
|
|
|
| 10 |
torchvision
|
| 11 |
supervision
|
| 12 |
matplotlib
|