pankti07 commited on
Commit
c0eef89
·
verified ·
1 Parent(s): cc2cf00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
- torch>=2.5.1
3
- torchvision>=0.20.1
4
- transformers==4.46.3
5
- accelerate>=0.34.2
6
- gradio>=5.0.0
 
7
  pdf2image
8
  pillow
9
  einops
10
- addict
11
- easydict
12
- pytz
13
- matplotlib
 
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