Views
No views yet
q4tp layout — 4-bit tiles with predicted per-row scale ladders, ~7% smaller
than plain tiled q4 at near-identical quality. The file keeps the model's
multi-token-prediction head (MTP: 1 block(s) at load).1cargo install cortiq-cli
2hf download infosave/Qwen3.6-27Bcmf qwen36-27b-q4tp.cmf --local-dir . # pip install -U huggingface_hub1# GPU (discrete cards: all 14.3 GB of weights want to be resident)
2CMF_GPU=1 CMF_GPU_VRAM_MB=20000 cortiq run qwen36-27b-q4tp.cmf
3
4# OpenAI-compatible server (works with Cline/Roo-style clients)
5CMF_GPU=1 CMF_GPU_VRAM_MB=20000 cortiq serve qwen36-27b-q4tp.cmf| hardware | decode | prompt ingest | |
|---|---|---|---|
| Vulkan | RTX PRO 6000 Blackwell | 45.4 tok/s (0.5.51; was 39.1) | ~19 tok/s |
| CPU | 48-core server (~55 GB/s RAM) | 2.1 tok/s | 10.4 tok/s |
your RAM GB/s ÷ 14.3 tokens/s. Prompt ingest went from ~10 to ~19 tok/s in 0.5.43 and now beats the CPU
path; CMF_BATCH_K still buys little on top for this model. O(1) attention (--o1 all, CMF_O1_GPU=1) loads and
runs on the 16 full-attention layers; long-context numbers for this model
are not yet published.qwen36-27b-q4tp.cmf — 14 264 207 150 bytes, size-verified against the
converter output after upload.cortiq convert --model Qwen/Qwen3.6-27B --quant q4tp --output qwen36-27b-q4tp.cmf — streaming, peak disk = the
output file. Converters before 0.5.42 drop the mtp.* tensors and produce
a smaller, different file.