csabakecskemeti commited on
Commit
18d22b6
·
verified ·
1 Parent(s): ef9d253

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -1,23 +1,12 @@
1
  ---
2
  base_model:
3
  - Qwen/QVQ-72B-Preview
4
- pipeline_tag: image-text-to-text
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
22
-
23
- Also feel free to visit my website https://devquasar.com/
 
1
  ---
2
  base_model:
3
  - Qwen/QVQ-72B-Preview
4
+ pipeline_tag: text-generation
5
  ---
6
 
7
+ [<img src="https://raw.githubusercontent.com/csabakecskemeti/devquasar/main/dq_logo_black-transparent.png" width="200"/>](https://devquasar.com)
8
 
9
+ 'Make knowledge free for everyone'
 
 
 
10
 
11
+ Quantized version of: [Qwen/QVQ-72B-Preview](https://huggingface.co/Qwen/QVQ-72B-Preview)
12
+ <a href='https://ko-fi.com/L4L416YX7C' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>