bartowski commited on
Commit
8c60f69
·
verified ·
1 Parent(s): 25cb52b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -19,7 +19,17 @@ Original model: https://huggingface.co/Qwen/Qwen2-VL-72B-Instruct
19
 
20
  All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
21
 
22
- Run them in [LM Studio](https://lmstudio.ai/)
 
 
 
 
 
 
 
 
 
 
23
 
24
  ## Prompt format
25
 
 
19
 
20
  All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
21
 
22
+ ## How to run
23
+
24
+ Since this a new vision model, I'll add special instructions this one time
25
+
26
+ If you've build llama.cpp locally, you'll want to run:
27
+
28
+ ```
29
+ ./llama-qwen2vl-cli -m /models/Qwen2-VL-72B-Instruct-Q4_0.gguf --mmproj /models/mmproj-Qwen2-VL-72B-Instruct-f32.gguf -p 'Describe this image.' --image '/models/test_image.jpg'
30
+ ```
31
+
32
+ And the model will output the answer. Very simple stuff, similar to other llava models, just make sure you use the correct binary!
33
 
34
  ## Prompt format
35