AEON-Ultimate-ROCmFP6-MTP.gguf-00001-of-00006.gguf through 00006-of-00006
Q6_0_ROCMFPX split GGUF
Recommended FP6 speed/default build; load the first shard
6 shards, 20.97 GiB total
See SHA256SUMS
AEON-Ultimate-ROCmFP6-AGENT-MTP.gguf-00001-of-00007.gguf through 00007-of-00007
Q6_0_ROCMFPX_AGENT split GGUF
Quality-biased FP6 profile for coding harnesses and tool-call style workloads; load the first shard
7 shards, 23.54 GiB total
See SHA256SUMS
All variants were quantized from the BF16 source GGUF with the MTP extension bundled. Do not requantize from the FP4 files.
Which File Should I Use?
For lowest latency on one Strix Halo, start with AEON-Ultimate-ROCmFP4-STRIX_LEAN-MTP.gguf. It had the best measured MTP decode speed in my coding-agent tests.
For a higher-quality FP6 experiment, start with AEON-Ultimate-ROCmFP6-AGENT-MTP.gguf-00001-of-00007.gguf. It preserves more tensors at Q8 under ROCmFPX's agent routing and is the most plausible coding-harness candidate among the FP6 files. It is slower than default FP6 in a short decode smoke test.
The FP6 variants are uploaded as split GGUFs with shards under 4 GB to avoid large multipart-upload issues. Put all shards for a variant in the same directory and load the 00001-of-... file; llama.cpp will find the remaining shards.
For parallel subagent pools, test no speculative decoding as well as MTP. In my FP4 tests, MTP helped single-stream latency but did not scale well across four parallel slots.
The helper runs with --reasoning off, --reasoning-format none, Jinja templates, full offload, flash attention, F16 KV cache, and draft-mtp enabled. That matters for OpenAI-compatible coding harnesses: with reasoning enabled, Qwen-style reasoning can be routed to reasoning_content while normal content appears empty to clients.
FP4 runtime: rocmfp4-llama branch mtp-rocmfp4-strix, commit 4795079b plus a small local converter fix. Single cold coding prompt, 256 generated tokens:
Config
Decode tok/s
Draft accepted
no speculative decoding
13.95
n/a
draft-mtp, n-max 2
30.24
164 / 182
draft-mtp, n-max 3
36.10
185 / 209
draft-mtp, n-max 4
38.46
195 / 238
draft-mtp, n-max 5
38.10
201 / 266
draft-mtp, n-max 6
36.80
205 / 295
Longer-context FP4 checks with the recommended single-stream config: