Pollard quantizations of Qwen3.8-27B by Qwen

The Qwen3.8-27B flagship — 27B, multimodal (text + image + video), 256K context — sized to your box. The recommended build is ~13 GB and runs on a 16 GB Mac; a 24 GB / 32 GB tier is there when you have the room. Built with Pollard Weights on a runtime with native qwen35 support, using Qwen3.8-27B's own imatrix (exact match).

Original model: https://huggingface.co/Qwen/Qwen3.8-27B

Model details

Parameter count 27B (dense)
Architecture qwen35 (65 layers, 5120 hidden)
Context length 262,144 (256K)
Input support text + image + video (multimodal)
imatrix yes — Qwen3.8-27B's own importance matrix (exact)
Source Q8_0 (near-lossless; ~99.9% of bf16)

Which file should I choose?

  • ~16 GB Mac / 12 GB VRAMIQ3_S (~13 GB). Recommended.
  • ~24 GB (a 3090)IQ4_XS (~16 GB) — more fidelity.
  • ~32 GBQ6_K (~20 GB) — near-lossless.

Available files

file quant size held-out PPL M4 tok/s
Qwen3.8-27B-Pollard-IQ3_S.gguf IQ3_S mix ~13 GB (see repo) (16 GB tier)
Qwen3.8-27B-Pollard-IQ4_XS.gguf IQ4_XS mix ~16 GB 24 GB tier
Qwen3.8-27B-Pollard-Q6_K.gguf Q6_K mix ~20 GB 32 GB tier
mmproj-Qwen3.8-27B-bf16.gguf vision projector (bf16, not quantized) 0.93 GB ship w/ any

(PPL/tok-s measured only on the IQ3 tier — the larger tiers exceed a 16 GB Mac's Metal budget, which is the point: those are for 24 GB / 32 GB boxes.)

Prompt format

ChatML (Qwen3.5):

<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Multimodal (vision + video)

Ship the mmproj alongside the model (kept at bf16 — never quantize the projector):

llama-mtmd-cli -m Qwen3.8-27B-Pollard-IQ3_S.gguf \
  --mmproj mmproj-Qwen3.8-27B-bf16.gguf --image photo.jpg -p "Describe this image."
llama-server -m Qwen3.8-27B-Pollard-IQ3_S.gguf --mmproj mmproj-Qwen3.8-27B-bf16.gguf -ngl 99

Download & run

pip install -U "huggingface_hub[cli]"
hf download PollardWeights/Qwen3.8-27B-Pollard \
  --include "Qwen3.8-27B-Pollard-IQ3_S.gguf" "mmproj-Qwen3.8-27B-bf16.gguf" --local-dir ./
llama-server -m Qwen3.8-27B-Pollard-IQ3_S.gguf -ngl 99   # OpenAI API + web UI :8080

Needs a recent llama.cpp with qwen35 support.

Notes

  • License: Apache-2.0, inherited from Qwen3.8-27B.
  • Requantized from Q8_0 (near-lossless source; negligible vs bf16 for an IQ3/IQ4 target).
  • imatrix is Qwen3.8-27B's own — imatrix-uncovered tensors pinned to q6_K.
  • Quantized, not fine-tuned — same weights, sized to your machine.

Credits

Downloads last month
14
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for PollardWeights/Qwen3.8-27B-Pollard

Base model

Qwen/Qwen3.8-27B
Quantized
(830)
this model