Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch>=2.
|
| 3 |
-
torchvision>=0.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
pdf2image
|
| 8 |
pillow
|
| 9 |
einops
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch>=2.4.0
|
| 3 |
+
torchvision>=0.19.0
|
| 4 |
+
# CRITICAL: Qwen2.5-VL is only supported in the development version of transformers right now
|
| 5 |
+
git+https://github.com/huggingface/transformers.git
|
| 6 |
+
accelerate>=0.26.0
|
| 7 |
+
gradio>=4.0.0
|
| 8 |
pdf2image
|
| 9 |
pillow
|
| 10 |
einops
|
| 11 |
+
# Required helper for Qwen-VL models
|
| 12 |
+
qwen-vl-utils
|
| 13 |
+
# Optional: For loading simple bit-quantization if needed (often GPU only, but good to have)
|
| 14 |
+
bitsandbytes
|