philtheriver/Qwopus3.6-27B-v2-MTP-ROCmFPX

Model

2

stars

27

commits

1

linked in READMEs

Jun 23, 2026

updated

agent
amd
conversational
endpoints_compatible
gfx1151
gguf
imatrix
llama.cpp
mtp
qwen3
rocm
rocmfpx
speculative-decoding
strix-halo
text-generation
tool-use
vision
Browse cluster: LLM Model Quantization & ROCm Optimization

README

Qwopus3.6-27B-v2 · ROCmFPX

Stock Q6_K quality, ~25% faster prompt-processing on AMD Strix Halo (gfx1151)

ROCmFPX 3→8-bit quants of Jackrong/Qwopus3.6-27B-v2-MTP-GGUF — the general-purpose 27B Qwopus, MTP speculative decoding + Qwen3-VL vision, agent/tool-use tuned.

Quality≈ stock Q6_K — PPL +0.28% (within error)
Prompt processing+27% vs Q6_K (short ctx) → +16% at 64k
Decode~18 tok/s with MTP (~9 raw)
VisionQwen3-VL — bundled mmproj/

⚠️ Requires the ROCmFPX fork (build main — the FP* types are merged in) — custom AMD quant types (enum IDs 110–115), not upstream-stable. Won't load in stock llama.cpp / LM Studio / Ollama. HF's precision badge is wrong — pick the file by name.

Pick a tier

File suffixSizeBest for
…embF16-headQ6-Q6_0_ROCMFPX_AGENT.gguf26 GBbest overall — the flagship
…embF16-Q8_0_ROCMFPX.gguf29 GBmaximum fidelity
…embF16-Q4_0_ROCMFP4.gguf19 GBfastest decode (4-bit)
…embF16-Q3_0_ROCMFPX.gguf17 GBsmallest

Agent-routed _AGENT tiers + the full enum/bpw table are in the details below and the Files tab. All filenames prefixed Qwopus3.6-27B-v2-MTP-STRIX-.

Quick start

# build the fork once — main already has the ROCmFPX quant types
git clone https://github.com/charlie12345/ROCmFPX.git && cd ROCmFPX
JOBS=16 scripts/build-strix-rocmfp4-mtp.sh

# serve the flagship — MTP + vision
HSA_OVERRIDE_GFX_VERSION=11.5.1 build-strix-rocmfp4/bin/llama-server \
  -m Qwopus3.6-27B-v2-MTP-STRIX-embF16-headQ6-Q6_0_ROCMFPX_AGENT.gguf \
  -dev ROCm0 -ngl 999 -fa on -c 131072 \
  --spec-type draft-mtp --spec-draft-ngl all --spec-draft-n-max 2 \
  --jinja --mmproj mmproj/mmproj-F32.gguf --host 0.0.0.0 --port 8080

Tool calls: point your client at the qwen3_coder parser, or the model narrates instead of emitting structured calls.

All tiers · recipe · benchmarks

All tiers

File suffixPresetEnumSizeRole
embF16-headQ6-Q6_0_ROCMFPX_AGENT.ggufQ6_0_ROCMFPX_AGENT11426 GBflagship — f16 emb + Q6_K head + imatrix
embF16-Q8_0_ROCMFPX_AGENT.ggufQ8_0_ROCMFPX_AGENT11530 GBhighest-fidelity agent
embF16-Q8_0_ROCMFPX.ggufQ8_0_ROCMFPX11129 GBhighest fidelity
embF16-Q6_0_ROCMFPX.ggufQ6_0_ROCMFPX11024 GBbalanced
embF16-Q3_0_ROCMFPX_AGENT.ggufQ3_0_ROCMFPX_AGENT11321 GBsmallest agent
embF16-Q3_0_ROCMFPX.ggufQ3_0_ROCMFPX11217 GBsmallest
embF16-Q4_0_ROCMFP4.ggufQ4_0_ROCMFP410019 GBfastest decode (4-bit body)

f16 token embeddings throughout; _AGENT presets keep attention/FFN routing at higher precision for tool-call/JSON coherence. (HF labels Q4/Q8 but not Q6/Q3 — the latter aren't standard llama.cpp quant names.)

Verification (Strix Halo gfx1151)

MetricValue
Functional smokechat/coding/JSON/tool-call/coherency ✅ (5/5)
PPL vs Q6_K (code corpus)flagship 2.962 vs Q6_K 2.954+0.28% (within ±0.04)

Performance — prompt-processing throughput (t/s) vs Q6_K

ContextQ6_KflagshipΔ
pp512195248+27%
pp2048189242+28%
pp10k179222+24%
pp16k172208+21%
pp32k157186+19%
pp64k133155+16%

The gfx1151-tuned kernels win the compute-bound prefill; the edge is largest at short context and narrows toward +16% at 64k as O(n²) attention takes over. Decode is bandwidth-bound (≈ Q6_K raw), and MTP (--spec-type draft-mtp) ~doubles it in serving. Q4_0_ROCMFP4 is the decode king (~13 tok/s raw). Single-rep llama-bench, ran warm — absolutes run a touch conservative vs the Coder sibling.

Credits & license

Apache-2.0 (inherited). Jackrong + Kyle Hessling (fine-tune) → Qwen3.6-27B (base) → charlie12345 / ROCmFPX (quant fork). ROCmFPX quantization by this repo's author.

Contributors

philtheriver

27 commits

philtheriver/Qwopus3.6-27B-v2-MTP-ROCmFPX

Model

2

stars

27

commits

1

linked in READMEs

Jun 23, 2026

updated

agent
amd
conversational
endpoints_compatible
gfx1151
gguf
imatrix
llama.cpp
mtp
qwen3
rocm
rocmfpx
speculative-decoding
strix-halo
text-generation
tool-use
vision
Browse cluster: LLM Model Quantization & ROCm Optimization

README

Qwopus3.6-27B-v2 · ROCmFPX

Stock Q6_K quality, ~25% faster prompt-processing on AMD Strix Halo (gfx1151)

ROCmFPX 3→8-bit quants of Jackrong/Qwopus3.6-27B-v2-MTP-GGUF — the general-purpose 27B Qwopus, MTP speculative decoding + Qwen3-VL vision, agent/tool-use tuned.

Quality≈ stock Q6_K — PPL +0.28% (within error)
Prompt processing+27% vs Q6_K (short ctx) → +16% at 64k
Decode~18 tok/s with MTP (~9 raw)
VisionQwen3-VL — bundled mmproj/

⚠️ Requires the ROCmFPX fork (build main — the FP* types are merged in) — custom AMD quant types (enum IDs 110–115), not upstream-stable. Won't load in stock llama.cpp / LM Studio / Ollama. HF's precision badge is wrong — pick the file by name.

Pick a tier

File suffixSizeBest for
…embF16-headQ6-Q6_0_ROCMFPX_AGENT.gguf26 GBbest overall — the flagship
…embF16-Q8_0_ROCMFPX.gguf29 GBmaximum fidelity
…embF16-Q4_0_ROCMFP4.gguf19 GBfastest decode (4-bit)
…embF16-Q3_0_ROCMFPX.gguf17 GBsmallest

Agent-routed _AGENT tiers + the full enum/bpw table are in the details below and the Files tab. All filenames prefixed Qwopus3.6-27B-v2-MTP-STRIX-.

Quick start

# build the fork once — main already has the ROCmFPX quant types
git clone https://github.com/charlie12345/ROCmFPX.git && cd ROCmFPX
JOBS=16 scripts/build-strix-rocmfp4-mtp.sh

# serve the flagship — MTP + vision
HSA_OVERRIDE_GFX_VERSION=11.5.1 build-strix-rocmfp4/bin/llama-server \
  -m Qwopus3.6-27B-v2-MTP-STRIX-embF16-headQ6-Q6_0_ROCMFPX_AGENT.gguf \
  -dev ROCm0 -ngl 999 -fa on -c 131072 \
  --spec-type draft-mtp --spec-draft-ngl all --spec-draft-n-max 2 \
  --jinja --mmproj mmproj/mmproj-F32.gguf --host 0.0.0.0 --port 8080

Tool calls: point your client at the qwen3_coder parser, or the model narrates instead of emitting structured calls.

All tiers · recipe · benchmarks

All tiers

File suffixPresetEnumSizeRole
embF16-headQ6-Q6_0_ROCMFPX_AGENT.ggufQ6_0_ROCMFPX_AGENT11426 GBflagship — f16 emb + Q6_K head + imatrix
embF16-Q8_0_ROCMFPX_AGENT.ggufQ8_0_ROCMFPX_AGENT11530 GBhighest-fidelity agent
embF16-Q8_0_ROCMFPX.ggufQ8_0_ROCMFPX11129 GBhighest fidelity
embF16-Q6_0_ROCMFPX.ggufQ6_0_ROCMFPX11024 GBbalanced
embF16-Q3_0_ROCMFPX_AGENT.ggufQ3_0_ROCMFPX_AGENT11321 GBsmallest agent
embF16-Q3_0_ROCMFPX.ggufQ3_0_ROCMFPX11217 GBsmallest
embF16-Q4_0_ROCMFP4.ggufQ4_0_ROCMFP410019 GBfastest decode (4-bit body)

f16 token embeddings throughout; _AGENT presets keep attention/FFN routing at higher precision for tool-call/JSON coherence. (HF labels Q4/Q8 but not Q6/Q3 — the latter aren't standard llama.cpp quant names.)

Verification (Strix Halo gfx1151)

MetricValue
Functional smokechat/coding/JSON/tool-call/coherency ✅ (5/5)
PPL vs Q6_K (code corpus)flagship 2.962 vs Q6_K 2.954+0.28% (within ±0.04)

Performance — prompt-processing throughput (t/s) vs Q6_K

ContextQ6_KflagshipΔ
pp512195248+27%
pp2048189242+28%
pp10k179222+24%
pp16k172208+21%
pp32k157186+19%
pp64k133155+16%

The gfx1151-tuned kernels win the compute-bound prefill; the edge is largest at short context and narrows toward +16% at 64k as O(n²) attention takes over. Decode is bandwidth-bound (≈ Q6_K raw), and MTP (--spec-type draft-mtp) ~doubles it in serving. Q4_0_ROCMFP4 is the decode king (~13 tok/s raw). Single-rep llama-bench, ran warm — absolutes run a touch conservative vs the Coder sibling.

Credits & license

Apache-2.0 (inherited). Jackrong + Kyle Hessling (fine-tune) → Qwen3.6-27B (base) → charlie12345 / ROCmFPX (quant fork). ROCmFPX quantization by this repo's author.

Contributors

philtheriver

27 commits