Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
|
5 |
Follow steps:
|
6 |
|
7 |
1 Download `turingevo/Qwen2-VL-2B-Instruct-gguf`
|
8 |
|
9 |
-
2 `git clone https://github.com/
|
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
|
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 |
|