Views
No views yet
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/ZwZ-2B-Q8_0.gguf \
3 --mmproj mmproj-ZwZ-2B-Q8_0.gguf\
4 --image test.jpeg \
5 -p "What is the publisher name of the newspaper?" \
6 --temp 1.0 --top-k 20 --top-p 0.95 -n 1024llama-server)1llama-server \
2 -m path/to/ZwZ-2B-Q8_0.gguf \
3 --mmproj mmproj-ZwZ-2B-Q8_0.gguf1@article{wei2026zooming,
2 title={Zooming without Zooming: Region-to-Image Distillation for Fine-Grained Multimodal Perception},
3 author={Wei, Lai and He, Liangbo and Lan, Jun and Dong, Lingzhong and Cai, Yutong and Li, Siyuan and Zhu, Huijia and Wang, Weiqiang and Kong, Linghe and Wang, Yue and Zhang, Zhuosheng and Huang, Weiran},
4 journal={arXiv preprint arXiv:2602.11858},
5 year={2026}
6}