thomas-yanxin commited on
Commit
a5f11eb
·
verified ·
1 Parent(s): 13db108

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,6 +47,6 @@ make -j35
47
 
48
  4.
49
  ```
50
- ./bin/llama-qwen2vl-cli -m /models/Storage/Qwen_Qwen2-VL-2B-Instruct/Qwen_Qwen2-VL-2B-Instruct-Q4_K_M.gguf --mmproj qwen2vl-vision.gguf -p "Describe the image" --image "PATH/TO/IMAGE"
51
  ```
52
 
 
47
 
48
  4.
49
  ```
50
+ ./bin/llama-qwen2vl-cli -m ./thomas-yanxin/Qwen2-VL-7B-GGUF/Qwen2-VL-7B-GGUF-Q4_K_M.gguf --mmproj ./thomas-yanxin/Qwen2-VL-7B-GGUF/qwen2vl-vision.gguf -p "Describe the image" --image "./thomas-yanxin/Qwen2-VL-7B-GGUF/1.png"
51
  ```
52