Views
No views yet

[!NOTE] These GGUFs are self-quantized from the original weights, not a repack. The importance matrix keeps low-bit quants closer to the full-precision model.
[!IMPORTANT] Always pass--jinjaso the Qwen3.6 27B chat template is applied. Without it the model can emit malformed turns.
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3.6-27B |
| Parameters | 27.8B |
| Layers | 64 |
| Context length | 262,144 tokens (256K) |
| Vocabulary | 248,320 |
| Modalities | Text, Image |
| Architecture | Dense decoder, 24 attention heads over 4 KV heads, Qwen3_5ForConditionalGeneration |
| This repo | GGUF quants (imatrix) and a vision mmproj |
[!NOTE] Qwen3.6 27B is multimodal. This repo ships themmproj-BF16.ggufvision projector. With-hfit is pulled automatically; otherwise pass--mmproj. Usellama-mtmd-cliorllama-serverto feed images.
AtomicChat/Qwen3.6-27B-UDT-MTP-GGUF, pick a quant, hit Use this model.llama-server -hf AtomicChat/Qwen3.6-27B-UDT-MTP-GGUF:None --jinja -c 8192ollama run hf.co/AtomicChat/Qwen3.6-27B-UDT-MTP-GGUF:None| Parameter | Value |
|---|---|
| temperature | 1.0 |
| top_p | 0.95 |
| top_k | 20 |
| min_p | 0.0 |
| repetition_penalty | 1.0 |
Qwen/Qwen3.6-27B. Pass images through llama-mtmd-cli or llama-server with the projector.1git clone https://github.com/ggml-org/llama.cpp
2cmake llama.cpp -B llama.cpp/build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON
3cmake --build llama.cpp/build --config Release -j --target llama-cli llama-server1./llama.cpp/build/bin/llama-server \
2 -hf AtomicChat/Qwen3.6-27B-UDT-MTP-GGUF:None \
3 --jinja -ngl 99 -c 8192 -fa onQwen/Qwen3.6-27B (original weights).--imatrix.