turingevo commited on
Commit
c76260e
·
verified ·
1 Parent(s): 01f01b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
- https://github.com/ggerganov/llama.cpp/issues/9246
2
 
3
- thanks to :https://github.com/HimariO/llama.cpp/tree/qwen2-vl
4
 
5
  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`
10
 
11
  then build and get target `llama-qwen2vl-cli`
12
 
@@ -17,7 +17,7 @@ then build and get target `llama-qwen2vl-cli`
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
 
22
 
23
 
 
1
+ see help:
2
 
3
+ or
4
 
5
  Follow steps:
6
 
7
  1 Download `turingevo/Qwen2-VL-2B-Instruct-gguf`
8
 
9
+ 2 `git clone https://github.com/ggerganov/llama.cpp.git`
10
 
11
  then build and get target `llama-qwen2vl-cli`
12
 
 
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 qwen2-vl-2b-instruct-vision.gguf -p "Describe this image" --image "1.png"`
21
 
22
 
23