MrLight commited on
Commit
0b628fa
1 Parent(s): 5b67f17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -42,6 +42,7 @@ if cache_position[0] != 0:
42
  3. Install latest transformers from source `pip install -e .`
43
  4. `pip install qwen-vl-utils`
44
 
 
45
 
46
  ## How to Use the Model
47
 
 
42
  3. Install latest transformers from source `pip install -e .`
43
  4. `pip install qwen-vl-utils`
44
 
45
+ > QWen vision encoder may take high GPU memory if the input image is large. Adjust `'resized_height':680 , 'resized_width':680` (see below) to fit VRAM based on GPU resources.
46
 
47
  ## How to Use the Model
48