csabakecskemeti commited on
Commit
769a1f5
·
verified ·
1 Parent(s): 7b2e13e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,4 +1,21 @@
1
  ---
2
  base_model:
3
  - Qwen/Qwen2-VL-7B-Instruct
 
4
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model:
3
  - Qwen/Qwen2-VL-7B-Instruct
4
+ pipeline_tag: image-text-to-text
5
  ---
6
+
7
+ ### Sample use wit llama.cpp
8
+ ```
9
+ build/bin/llama-qwen2vl-cli -m ../Qwen.Qwen2-VL-7B-Instruct-GGUF/Qwen2.5-7b-instruct-Q8_0.gguf --mmproj ../Qwen.Qwen2-VL-7B-Instruct-GGUF/qwen.qwen2-vl-7b-instruct-vision.gguf -p "Describe this image." --image ~/test_img.jpg
10
+ ```
11
+
12
+ ### Build llama-qwen2vl-cli
13
+ ```
14
+ cmake --build build --config Release --target llama-qwen2vl-cli
15
+
16
+
17
+ I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.
18
+
19
+ If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar
20
+
21
+ Also feel free to visit my website https://devquasar.com/