turingevo commited on
Commit
0a591a1
·
verified ·
1 Parent(s): d4ad43e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -6,11 +6,16 @@ Follow steps:
6
 
7
  1 Download `turingevo/Qwen2-VL-2B-Instruct-gguf`
8
 
9
- 2 `git clone https://github.com/HimariO/llama.cpp/tree/qwen2-vl` then build ,get target `llama-qwen2vl-cli`
 
 
10
 
11
  3 Get pictures:
 
12
  It's recommended to resize the image to a resolution below 640x640, so it won't take forever to run on CPU backend:
 
13
  `ffmpeg -i input.jpeg -vf "scale=512:512" 1.png`
 
14
 
15
  4 cmd: `llama-qwen2vl-cli -m Qwen2-VL-2B-Instruct-F16.gguf --mmproj qwen2vl-vision.gguf -p "Describe this image" --image "1.png"`
16
 
 
6
 
7
  1 Download `turingevo/Qwen2-VL-2B-Instruct-gguf`
8
 
9
+ 2 `git clone https://github.com/HimariO/llama.cpp/tree/qwen2-vl`
10
+
11
+ then build and get target `llama-qwen2vl-cli`
12
 
13
  3 Get pictures:
14
+
15
  It's recommended to resize the image to a resolution below 640x640, so it won't take forever to run on CPU backend:
16
+
17
  `ffmpeg -i input.jpeg -vf "scale=512:512" 1.png`
18
+
19
 
20
  4 cmd: `llama-qwen2vl-cli -m Qwen2-VL-2B-Instruct-F16.gguf --mmproj qwen2vl-vision.gguf -p "Describe this image" --image "1.png"`
21