Views
No views yet
🔧 Runtime: build the ROCmFPX fork below
Stockllama.cppwill not load this file. You need both themellumarchitecture and the ROCmFP4 tensor types in one tree. Upstreamcharlie12345/ROCmFPXhas the ROCmFP4 types but notmellum. Our fork has both:bash1git clone https://github.com/kingjones30/ROCmFPX.git 2cd ROCmFPX 3cmake -B build -DGGML_HIP=ON -DGPU_TARGETS=gfx1151 -DGGML_NATIVE=ON -DCMAKE_BUILD_TYPE=Release 4cmake --build build --target llama-server llama-quantize -j$(nproc)Verified 2026-08-27 on gfx1151: clean clone → 0 build errors →llama-serverloads amellumROCmFP4 GGUF from this family and generates coherent text.
⚠️ STOCK
llama.cppWILL NOT LOAD THIS MODELThe Mellum architecture is not merged upstream (PR #23966) and these are ROCmFPX quant types.11.70 GiB · 75.72 tok/s on a Ryzen AI MAX+ 395.
| File | Mellum2-12B-A2.5B-Thinking-Q8_0_ROCMFPX.gguf |
| Size | 11.70 GiB (12,560,021,568 B) |
| BPW | 8.27 |
| ftype | Q8_0_ROCMFPX (111) |
Q8_0_ROCMFPX (111) / Q8_0_ROCMFPX_AGENT (115) exist only in
charlie12345/ROCmFPX. Stock llama.cpp reports
invalid ggml type 103. The Mellum arch itself is also not merged upstream
(PR #23966). Ignore the auto-generated
"Use this model" commands above.| variant | ftype | size | bpw | decode (median) | range |
|---|---|---|---|---|---|
| 4-bit COHERENT | 102 | 6.49 GiB | 4.59 | 104.99 | 104.96 – 105.73 |
| 8-bit AGENT | 115 | 11.88 GiB | 8.39 | 74.41 | 74.36 – 74.42 |
| 8-bit plain | 111 | 11.70 GiB | 8.27 | 75.72 | 75.72 – 75.73 |
OnAGENTgenerally: it keeps more tensors at trueQ8_0instead of the packed 8-bit type. That raises MTP draft acceptance on models which have an MTP head (measured +6.2% on Qwen3.8-27B). Mellum2 has no MTP head, so there is nothing for the extra precision to feed and the two 8-bit builds differ only marginally — in either direction.
391 · capital of Japan ⇒ ✅ Tokyo · days in 2024 ⇒ ✅ 366
(checked with a 1024-token budget — a small budget makes these models look broken by spending it
all inside <think> and returning empty content.)