507 Downloads Updated 4 days ago
ollama run zhamm/Qwen3.8:27Bb-Q8-vision
High-quality Q8_0 quantization of Qwen3.8-27B packaged for Ollama with full vision support. Now updated with MTP support for faster generation. Clocked at 70 tps on RTX Pro 6000 Blackwell.
This build is intended for users who want higher fidelity than typical Q4/Q5 quantizations while still running Qwen3.8-27B locally.
| Base Model | Qwen3.8-27B |
| Parameters | 27.3B |
| Architecture | Dense Qwen3.8 / Qwen3.5 architecture |
| Quantization | Q8_0 |
| Model Size | ~30 GB |
| Vision | Yes |
| Vision Projector | CLIP, 461M parameters, F16 |
| Context Window | 262,144 tokens |
| Thinking / Reasoning | Supported |
| Tool Use | Supported |
| Multimodal Input | Text + Images |
ollama run zhamm/Qwen3.8:27Bb-Q8-vision
Ollama will automatically download the model if it is not already installed locally.
Qwen3.8-27B is a dense multimodal model designed for strong general-purpose performance while remaining practical for local deployment.
Qwen3.8 improves on previous Qwen generations in several areas:
The standard Ollama Qwen3.8-27B distribution uses a lower-bit quantization to reduce memory requirements.
This version uses Q8_0, requiring approximately 30 GB for the model package but retaining substantially more numerical precision than lower-bit quantizations.
Q8_0 is a good choice when model quality is more important than minimizing VRAM or system RAM usage.
The model weights themselves require approximately 30 GB.
Additional memory is required for:
A GPU with more than 30 GB of VRAM is therefore recommended for full GPU offload. Larger context windows can significantly increase memory consumption.
Systems with insufficient VRAM can still use Ollama’s CPU/GPU offloading, although inference performance will be lower.
This build includes the vision projector required for multimodal operation.
It can analyze:
Example tasks include asking the model to identify objects in an image, interpret a diagram, extract information from a screenshot, or reason about visual and textual information together.
Qwen3.8-27B natively supports context lengths up to 262,144 tokens.
This Ollama build is configured with:
num_ctx 262144
Large context windows consume substantial additional memory. For systems with limited VRAM, reducing the context window may provide significantly better performance.
For example:
/set parameter num_ctx 32768
or:
/set parameter num_ctx 65536
may be more appropriate for general-purpose use.
This model is particularly well suited for:
Qwen3.8-27B is a dense 27B-class model, so its inference characteristics differ significantly from Qwen Mixture-of-Experts models where only a subset of parameters are active for each token.
The Q8_0 quantization prioritizes model fidelity over minimum memory consumption.
Performance will depend heavily on GPU architecture, available VRAM, context size, prompt length, and Ollama version.
Base model: Qwen3.8-27B by the Qwen Team
Qwen3.8 is released under the Apache 2.0 license.
This repository provides a Q8_0 Ollama-compatible build with vision support.