Views
No views yet
Pollard shrank this model: 47.6 GB (f16) → 12.08 GB — 75% smaller, 3.9× down, vs ~12.6 GB at NVFP4.
Full quant ladder below — pick the size that fits your machine.
qwen35 support.| Parameter count | 27B (dense) |
| Architecture | qwen35 (65 layers, 5120 hidden) |
| Context length | 262,144 (256K) |
| Input support | text + image + video (multimodal) |
| Specialty | Hermes-agent, tool-use — "beats models 10× the size" on agent tasks |
| imatrix | yes — Qwen3.8-27B importance matrix (same base; transferable) |
| Source | Q8_0 (near-lossless; ~99.9% of bf16) |
IQ3_S (12 GB). Runs the 27B where a 3090 was
the bar. Recommended headline build.IQ4_XS (15.7 GB) — smaller than Carnice's own build, more fidelity.Q6_K (19.6 GB) — near-lossless.| file | quant | size | held-out PPL | M4 tok/s |
|---|---|---|---|---|
| Carnice-V3-27b-Pollard-IQ3_S.gguf | IQ3_S mix | 12.08 GB | 7.88 | ~6.9 |
| Carnice-V3-27b-Pollard-IQ4_XS.gguf | IQ4_XS mix | 15.72 GB | — | 24 GB tier |
| Carnice-V3-27b-Pollard-Q6_K.gguf | Q6_K mix | 19.63 GB | — | 32 GB tier |
| mmproj-Carnice-V3-BF16.gguf | vision projector (f16, not quantized) | 0.93 GB | — | ship w/ any |
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant1llama-mtmd-cli -m Carnice-V3-27b-Pollard-IQ3_S.gguf \
2 --mmproj mmproj-Carnice-V3-BF16.gguf --image photo.jpg -p "Describe this image."
3# or serve vision:
4llama-server -m Carnice-V3-27b-Pollard-IQ3_S.gguf --mmproj mmproj-Carnice-V3-BF16.gguf -ngl 991pip install -U "huggingface_hub[cli]"
2hf download PollardWeights/Carnice-V3-27b-Pollard \
3 --include "Carnice-V3-27b-Pollard-IQ3_S.gguf" "mmproj-Carnice-V3-BF16.gguf" --local-dir ./1curl -LsSf https://llama.app/install.sh | sh
2llama-server -hf PollardWeights/Carnice-V3-27b-Pollard:IQ3_S # OpenAI API + web UI :8080
3llama-cli -m Carnice-V3-27b-Pollard-IQ3_S.gguf -ngl 99 -st -p "Plan a 3-step task."qwen35 support. Also runs in LM Studio, koboldcpp,
Jan, etc. once they ship a new-enough llama.cpp.q6_K.