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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,6 +4,8 @@ base_model:
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
@@ -12,7 +14,7 @@ build/bin/llama-qwen2vl-cli -m ../Qwen.Qwen2-VL-7B-Instruct-GGUF/Qwen2.5-7b-inst
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
 
 
4
  pipeline_tag: image-text-to-text
5
  ---
6
 
7
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/MpdL9NBskLC23jc2Wufci.png)
8
+
9
  ### Sample use wit llama.cpp
10
  ```
11
  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
 
14
  ### Build llama-qwen2vl-cli
15
  ```
16
  cmake --build build --config Release --target llama-qwen2vl-cli
17
+ ```
18
 
19
  I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.
20