GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

itzune/Latxa-Qwen3-VL-2B-GGUF overview

Latxa Qwen3 VL 2B Instruct GGUF This repository provides GGUF format weights for Latxa Qwen3 VL 2B Instruct https://huggingface.co/HiTZ/Latxa Qwen3 VL 2B Instr…

transformersggufimage-text-to-textarxiv:2505.09388arxiv:2502.13923arxiv:2409.12191arxiv:2308.12966base_model:HiTZ/Latxa-Qwen3-VL-2B-Instructbase_model:quantized:HiTZ/Latxa-Qwen3-VL-2B-Instructlicense:apache-2.0endpoints_compatibleregion:us

Runs locally from ~424.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
28
Likes
1
Pipeline
image-text-to-text
Author

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
HiTZ-Latxa-Qwen3-VL-2B-Instruct-Q4_K_M.ggufGGUFQ4_K_M1.03 GBDownload
HiTZ-Latxa-Qwen3-VL-2B-Instruct-f16.ggufGGUFF163.21 GBDownload
HiTZ-Latxa-Qwen3-VL-2B-Instruct-q8_0.ggufGGUFQ8_03.21 GBDownload
mmproj-Qwen3VL-2B-Instruct-F16.ggufGGUFF16781.4 MBDownload
mmproj-Qwen3VL-2B-Instruct-Q8_0.ggufGGUFQ8_0424.4 MBDownload

Model Details

Model IDitzune/Latxa-Qwen3-VL-2B-GGUF
Authoritzune
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelHiTZ/Latxa-Qwen3-VL-2B-Instruct
Last modified2026-07-18T20:42:46.000Z

Model README

---

license: apache-2.0

pipeline_tag: image-text-to-text

library_name: transformers

base_model:

  • HiTZ/Latxa-Qwen3-VL-2B-Instruct

---

Latxa-Qwen3-VL-2B-Instruct-GGUF

This repository provides GGUF-format weights for Latxa-Qwen3-VL-2B-Instruct, split into two components:

  • Language model (LLM): FP16, Q8_0
  • Vision encoder (mmproj): FP16, Q8_0

These files are compatible with llama.cpp, Ollama, and other GGUF-based tools, supporting inference on CPU, NVIDIA GPU (CUDA), Apple Silicon (Metal), Intel GPUs (SYCL), and more.

You can mix precision levels for the language and vision components based on your hardware and performance needs, and even perform custom quantization starting from the FP16 weights.

Enjoy running this multimodal model on your personal device! 🚀

Introduction:

Meet Latxa-VL — the most powerful vision-language model in the Qwen series to date, adapted for basque language understanding by HiTZ Zentroa.

This generation delivers comprehensive upgrades across the board: superior text understanding & generation, deeper visual perception & reasoning, extended context length, enhanced spatial and video dynamics comprehension, and stronger agent interaction capabilities.

Available in Dense and MoE architectures that scale from edge to cloud, with Instruct and reasoning‑enhanced Thinking editions for flexible, on‑demand deployment.

Key Enhancements:

  • Visual Agent: Operates PC/mobile GUIs—recognizes elements, understands functions, invokes tools, completes tasks.
  • Visual Coding Boost: Generates Draw.io/HTML/CSS/JS from images/videos.
  • Advanced Spatial Perception: Judges object positions, viewpoints, and occlusions; provides stronger 2D grounding and enables 3D grounding for spatial reasoning and embodied AI.
  • Long Context & Video Understanding: Native 256K context, expandable to 1M; handles books and hours-long video with full recall and second-level indexing.
  • Enhanced Multimodal Reasoning: Excels in STEM/Math—causal analysis and logical, evidence-based answers.
  • Upgraded Visual Recognition: Broader, higher-quality pretraining is able to “recognize everything”—celebrities, anime, products, landmarks, flora/fauna, etc.
  • Expanded OCR: Supports 32 languages (up from 19); robust in low light, blur, and tilt; better with rare/ancient characters and jargon; improved long-document structure parsing.
  • Text Understanding on par with pure LLMs: Seamless text–vision fusion for lossless, unified comprehension.

Model Architecture Updates:

<p align="center">

<img src="https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/qwen3vl_arc.jpg" width="80%"/>

<p>

  1. Interleaved-MRoPE: Full‑frequency allocation over time, width, and height via robust positional embeddings, enhancing long‑horizon video reasoning.
  1. DeepStack: Fuses multi‑level ViT features to capture fine‑grained details and sharpen image–text alignment.
  1. Text–Timestamp Alignment: Moves beyond T‑RoPE to precise, timestamp‑grounded event localization for stronger video temporal modeling.

---

Model Performance

Multimodal performance

![](https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/qwen3vl_2b_32b_vl_instruct.jpg)

Pure text performance

![](https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/qwen3vl_2b_32b_text_instruct.jpg)

How to Use

To use these models with 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.

You can run inference via the command line or through a web-based chat interface.

CLI Inference (llama-mtmd-cli)

For example, to run Qwen3-VL-2B-Instruct with an FP16 vision encoder and Q8_0 quantized LLM:

llama-mtmd-cli \
  -m path/to/Qwen3VL-2B-Instruct-Q8_0.gguf \
  --mmproj path/to/mmproj-Qwen3VL-2B-Instruct-F16.gguf \
  --image test.jpeg \
  -p "What is the publisher name of the newspaper?" \
  --temp 0.7 --top-k 20 --top-p 0.8 -n 1024

Web Chat (using llama-server)

To serve Qwen3-VL-235B-A22B-Instruct via an OpenAI-compatible API with a web UI:

llama-server \
  -m path/to/Qwen3VL-235B-A22B-Instruct-Q4_K_M-split-00001-of-00003.gguf \
  --mmproj path/to/mmproj-Qwen3VL-235B-A22B-Instruct-Q8_0.gguf

> Tip: 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.

Once the server is running, open your browser to 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.

Quantize Your Custom Model

You can further quantize the FP16 weights to other precision levels. For example, to quantize the model to 2-bit:

# Quantize to 2-bit (IQ2_XXS)
llama-quantize \
  path/to/Qwen3VL-235B-A22B-Instruct-F16.gguf \
  path/to/Qwen3VL-235B-A22B-Instruct-IQ2_XXS.gguf \
  iq2_xxs 8

For a full list of supported quantization types and detailed instructions, refer to the quantization documentation.

Generation Hyperparameters

VL

export greedy='false'
export top_p=0.8
export top_k=20
export temperature=0.7
export repetition_penalty=1.0
export presence_penalty=1.5
export out_seq_length=16384

Text

export greedy='false'
export top_p=1.0
export top_k=40
export repetition_penalty=1.0
export presence_penalty=2.0
export temperature=1.0
export out_seq_length=32768

Citation

If you find our work helpful, feel free to give us a cite.

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

Run itzune/Latxa-Qwen3-VL-2B-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models