Spaces:
Running
on
Zero
Running
on
Zero
upload requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
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 |
pyvips-binary
|
8 |
sentencepiece
|
9 |
opencv-python
|
10 |
-
transformers
|
11 |
docling-core
|
12 |
python-docx
|
13 |
torchvision
|
|
|
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 |
pyvips-binary
|
9 |
sentencepiece
|
10 |
opencv-python
|
|
|
11 |
docling-core
|
12 |
python-docx
|
13 |
torchvision
|