Views
No views yet
mmproj): FP16, Q8_0


llama.cpp, please ensure you are using the latest version—either by building from source or downloading the most recent release according to the devices.llama-mtmd-cli)1llama-mtmd-cli \
2 -m path/to/Qwen3VL-2B-Instruct-Q8_0.gguf \
3 --mmproj path/to/mmproj-Qwen3VL-2B-Instruct-F16.gguf \
4 --image test.jpeg \
5 -p "What is the publisher name of the newspaper?" \
6 --temp 0.7 --top-k 20 --top-p 0.8 -n 1024llama-server)1llama-server \
2 -m path/to/Qwen3VL-235B-A22B-Instruct-Q4_K_M-split-00001-of-00003.gguf \
3 --mmproj path/to/mmproj-Qwen3VL-235B-A22B-Instruct-Q8_0.ggufTip: For models split into multiple GGUF files, simply specify the first shard (e.g.,...-00001-of-00003.gguf). llama.cpp will automatically load all parts.
http://localhost:8080 to access the built-in chat interface, or send requests to the /v1/chat/completions endpoint. For more details, refer to the official documentation.1# Quantize to 2-bit (IQ2_XXS)
2llama-quantize \
3 path/to/Qwen3VL-235B-A22B-Instruct-F16.gguf \
4 path/to/Qwen3VL-235B-A22B-Instruct-IQ2_XXS.gguf \
5 iq2_xxs 81export greedy='false'
2export top_p=0.8
3export top_k=20
4export temperature=0.7
5export repetition_penalty=1.0
6export presence_penalty=1.5
7export out_seq_length=163841export greedy='false'
2export top_p=1.0
3export top_k=40
4export repetition_penalty=1.0
5export presence_penalty=2.0
6export temperature=1.0
7export out_seq_length=32768@misc{qwen3technicalreport,
title={Qwen3 Technical Report},
author={Qwen Team},
year={2025},
eprint={2505.09388},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.09388},
}
@article{Qwen2.5-VL,
title={Qwen2.5-VL Technical Report},
author={Bai, Shuai and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Song, Sibo and Dang, Kai and Wang, Peng and Wang, Shijie and Tang, Jun and Zhong, Humen and Zhu, Yuanzhi and Yang, Mingkun and Li, Zhaohai and Wan, Jianqiang and Wang, Pengfei and Ding, Wei and Fu, Zheren and Xu, Yiheng and Ye, Jiabo and Zhang, Xi and Xie, Tianbao and Cheng, Zesen and Zhang, Hang and Yang, Zhibo and Xu, Haiyang and Lin, Junyang},
journal={arXiv preprint arXiv:2502.13923},
year={2025}
}
@article{Qwen2VL,
title={Qwen2-VL: Enhancing Vision-Language Model's Perception of the World at Any Resolution},
author={Wang, Peng and Bai, Shuai and Tan, Sinan and Wang, Shijie and Fan, Zhihao and Bai, Jinze and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Fan, Yang and Dang, Kai and Du, Mengfei and Ren, Xuancheng and Men, Rui and Liu, Dayiheng and Zhou, Chang and Zhou, Jingren and Lin, Junyang},
journal={arXiv preprint arXiv:2409.12191},
year={2024}
}
@article{Qwen-VL,
title={Qwen-VL: A Versatile Vision-Language Model for Understanding, Localization, Text Reading, and Beyond},
author={Bai, Jinze and Bai, Shuai and Yang, Shusheng and Wang, Shijie and Tan, Sinan and Wang, Peng and Lin, Junyang and Zhou, Chang and Zhou, Jingren},
journal={arXiv preprint arXiv:2308.12966},
year={2023}
}