Views
No views yet
num_nextn_predict_layers: 1) — a full attention + MoE draft
block co-trained with the trunk. It is embedded in-model at blk.52
(blk.52.nextn.* is present in every file here), so speculative decoding
needs no graft and no extra model.ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF), whose weights were
verified byte-identical to NVIDIA's safetensors before building.UD-IQ4_XS, UD-Q4_K_XL, UD-Q5_K_S.
Every non-expert tensor is held at Q8_0; the routed experts carry the tier's
bit width.APEX-I-Balanced, APEX-I-Quality, APEX-I-Compact,
APEX-I-Mini, APEX-I-Compact-v2D-lite. Per-layer precision: the first and
last layers are protected, middle layers compressed, shared experts kept
high. The v2D-lite variant adds extra headroom on attention keys/values and
the output projection.| tier | family | ~size |
|---|---|---|
UD-IQ4_XS | Unsloth Dynamic 2.0 | 20.3 GB |
UD-Q4_K_XL | Unsloth Dynamic 2.0 | 21.1 GB |
UD-Q5_K_S | Unsloth Dynamic 2.0 | 24.0 GB |
APEX-I-Balanced | APEX | 23.4 GB |
APEX-I-Quality | APEX | 20.8 GB |
APEX-I-Compact | APEX | 20.3 GB |
APEX-I-Mini | APEX | 19.3 GB |
APEX-I-Compact-v2D-lite | APEX | 20.4 GB |
<model>-imatrix.gguf | importance matrix (980 chunks) | ~0.19 GB |
sha256sums.txt | checksums of every file, as built | — |
sha256sums.txt; every file was byte-count
verified against the hub after upload.calibration_datav5, evenly interleaved — 980 chunks on the
bf16 reference. As with every MTP build: the draft head (blk.52) is never
executed during calibration, so it is quantized unguided (here at Q8_0).blk.52.nextn.hnorm.weight sha256 <filled after build>1llama-server -m <model>.gguf -c 65536 -fa on --jinja \
2 --spec-type draft-mtp,ngram-mod \
3 --spec-draft-n-max 1 --spec-draft-n-min 0 --spec-draft-p-min 0.75 \
4 --spec-ngram-mod-n-min 8 --spec-ngram-mod-n-max 24 --spec-ngram-mod-n-match 48draft-mtp uses the embedded head; ngram-mod covers repeat-heavy output.
(Requires a llama.cpp build with Nemotron MTP support, e.g. ≥ 2026-08-10.)1hf download ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF \
2 NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16.gguf --local-dir .
3llama-quantize --imatrix <model>-imatrix.gguf \
4 --tensor-type-file <tier-map>.txt master.gguf out.gguf <BASE>