csabakecskemeti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,18 @@ base_model:
|
|
4 |
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.
|
8 |
|
9 |
If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar
|
|
|
4 |
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/CS2dobVkLSvYGD5JUyDdn.png)
|
8 |
+
|
9 |
+
### Sample use wit llama.cpp
|
10 |
+
```
|
11 |
+
build/bin/llama-qwen2vl-cli -m ../Qwen.QVQ-72B-Preview-GGUF/Q8/QVQ-72B-Preview-Q8_0-00001-of-00006.gguf --mmproj ../Qwen.QVQ-72B-Preview-GGUF/qwen.qvq-72b-preview-vision.gguf -p "Describe this image." --image ~/test_img.jpg
|
12 |
+
```
|
13 |
+
|
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 |
|
21 |
If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar
|