Ornith-1.5-9B MTP-NVFP4 โ€” new official head grafted on protoLabs NVFP4 body

Head-graft build: the FP4 body from protoLabsAI/Ornith-1.5-9B-MTP-GGUF (-MTP-NVFP4.gguf, 23 Aug snapshot) with the 15 blk.32 MTP-head tensors replaced by the updated official ones from ornith-ai/Ornith-1.5-9B-GGUF (-Q8_0.gguf, 24 Aug MTP-weights update). Binary splice โ€” tensor names, types (Q8_0/F32) and sizes match byte-identically, so no requantization was needed.

Why

The 24 Aug ornith-ai update improved the MTP head significantly, but no GGUF NVFP4 build carries it yet. This graft gets both: Blackwell-native FP4 kernels (the body) + the new head.

Benchmarks (RTX 5080 16GB, llama.cpp PR #27342 build, 65K ctx)

old head (protoLabs NVFP4) this graft
Decode (short) 153 tok/s 183.7 tok/s (+20%)
Decode (long-form) ~140 tok/s 153.8 tok/s
Prefill 12K 6,472 tok/s 8,297 tok/s (+28%)
Acceptance 63% 67%

Quality spot-checks: SimCity one-shot 8/9 (23.6K chars), tool-calling 3/3 with parallel calls.

Usage

llama-server --model Ornith-1.5-9B-MTP-NVFP4-newhead.gguf \
  --n-gpu-layers 99 -fit off --ctx-size 65536 --flash-attn on --jinja \
  --temp 1.0 --top-k 20 --top-p 0.95 --min-p 0.0 --presence-penalty 1.5 \
  --reasoning-budget 4096 \
  --spec-type draft-mtp --spec-draft-n-max 3

Notes:

  • -fit off + explicit -ngl are mandatory โ€” MTP inverts if any layer lands on CPU
  • --spec-draft-n-max 3 maximizes throughput (2 = acceptance, 4 regresses)
  • --reasoning-budget recommended, the xhigh think block otherwise eats the whole max_tokens
  • Vision: pair with the official mmproj-Ornith-1.5-9B-BF16.gguf from ornith-ai
  • Requires a recent llama.cpp build with NVFP4 GGUF support (Blackwell GPUs)

Graft recipe

# for each of the 15 blk.32.* tensors (same names/types/sizes in both files):
#   copy bytes at data_offset/n_bytes from official Q8 into a copy of the NVFP4

Credits & license

  • Body: protoLabsAI (MIT) โ€” NVFP4 GGUF packaging
  • Head: ornith-ai (MIT) โ€” official MTP weights, 24 Aug update
  • Model: ornith-ai/Ornith-1.5-9B (MIT)
Downloads last month
183
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Cobra91310/Ornith-1.5-9B-MTP-NVFP4-newhead

Quantized
(63)
this model