This repository is the embedded-MTP edition. The compact imatrix language
model is unchanged; the source model's single Q8_0 MTP block is appended as
blk.40.* and explicitly tested on CUDA.
Download the model and mmproj for image input. The model alone supports text.
Verified structure
Property
Value
Parameters
35.51B
Decoder layers
40
MTP layers
1
GGUF tensors
753
F32 tensors
310
Q8_0 tensors
323
IQ3_XXS tensors
80
IQ3_S tensors
40
The MTP block contains 20 blk.40.* tensors copied byte-for-byte from the
Junafinity Q8_0 source. Metadata is updated to block_count=41 and
nextn_predict_layers=1.
Tested llama.cpp launch
Tested with the Muse llama.cpp branch. Builds without embedded draft-mtp
support may load the model normally but will not provide speculative decoding.
--n-cpu-moe 16 is the tested 16 GB VRAM fit profile, not a universal
recommendation. The MTP layer, target KV, draft KV, and MTP compute buffers were
verified on CUDA0.
These are single-machine deployment measurements, not general model-quality
benchmarks. Prompt processing with embedded MTP was substantially slower than
the best non-MTP deployment on this machine.
Reproducibility
The included merge script:
Reads the existing compact imatrix GGUF without requantizing it.
Selects only the 20 blk.40.* tensors from the Junafinity Q8_0 source.
Appends those tensors and updates the two MTP metadata fields.
Reopens the result and verifies tensor count, metadata, and an MTP tensor hash.
The included importance matrix contains 510 entries computed from 9,686
calibration chunks. The quantization log records the original tensor-level
recipe and tool revision.
No claim is made that quantization or MTP packaging improves source-model
intelligence. They trade precision and implementation complexity for local
deployment fit and speculative-decoding capability.
License and responsible use
The immediate source repository declares Apache-2.0. The original Ornith model
declares MIT. Follow all upstream license notices and terms. This model has had
safety guardrails reduced or removed. Users remain responsible for legal, safe,
and appropriate deployment.