Spaces:
Runtime error
Runtime error
update requirements [.]
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 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 |
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
torchvision
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
torch
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/transformers.git@v4.57.1
|
| 2 |
git+https://github.com/huggingface/accelerate.git
|
| 3 |
git+https://github.com/huggingface/peft.git
|
| 4 |
huggingface_hub
|
| 5 |
+
qwen-vl-utils
|
| 6 |
+
sentencepiece
|
| 7 |
+
opencv-python
|
| 8 |
+
torch==2.6.0
|
| 9 |
+
molmo_utils
|
| 10 |
torchvision
|
| 11 |
+
matplotlib
|
| 12 |
+
gradio
|
|
|