Update README.md
Browse files
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 |
+

|
| 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 |
|