Context
The hal0-quantize agent-skill (installer/agent-skills/hal0-quantize/) already exposes an experimental build variant via ROCMFPX_VARIANT:
ROCMFPX_VARIANT |
repo |
branch |
checkout/build |
stable (default) |
Hal0ai/Hal0_ROCmFPX |
main |
$HOME/ROCmFPX |
experimental |
charlie12345/ROCmFPX |
experimental-rocmfpx-branch |
$HOME/ROCmFPX-experimental |
experimental builds in a separate checkout/build dir so it never clobbers the stable tree. The branch carries FP3/FP6/turbo3_0/turbo4_0 formats + MTP edge-case work not yet in the Hal0ai fork.
Deferred work (this issue)
The skill can build/quantize with the experimental tree today, but nothing downstream consumes experimental-only output yet.
Notes
- The published
ghcr.io/hal0ai/hal0-rocmfpx:server image only bundles llama-server/bench/cli (not llama-quantize), so quantization builds from source regardless of variant.
- No pinned commit — variants track their default branch; pin via
ROCMFPX_BRANCH=<ref>.
Context
The
hal0-quantizeagent-skill (installer/agent-skills/hal0-quantize/) already exposes an experimental build variant viaROCMFPX_VARIANT:ROCMFPX_VARIANTstable(default)Hal0ai/Hal0_ROCmFPXmain$HOME/ROCmFPXexperimentalcharlie12345/ROCmFPXexperimental-rocmfpx-branch$HOME/ROCmFPX-experimentalexperimentalbuilds in a separate checkout/build dir so it never clobbers the stable tree. The branch carries FP3/FP6/turbo3_0/turbo4_0 formats + MTP edge-case work not yet in the Hal0ai fork.Deferred work (this issue)
The skill can build/quantize with the experimental tree today, but nothing downstream consumes experimental-only output yet.
llama-quantizeagainst a real BF16 GGUF (ROCMFPX_VARIANT=experimental ARCH=strix scripts/rocmfpx-build.sh).quantize-rocmfpx-agent.shpreset mapping still holds on that branch (updatereferences/presets.mdif it diverges).Hal0ai/Hal0_ROCmFPX@main=5b39566) on our GGUFs for output-identity + perf, same as the prior charlie/main vs 7aa484a comparison.ghcr.io/hal0ai/hal0-rocmfpx), registryquant=entries, and slot wiring — the serving path in thehal0-rocmfpx-runnernotes, out of scope for the quantize skill.experimental-rocmfpx-branchintoHal0ai/Hal0_ROCmFPXso the default fork is the single source.Notes
ghcr.io/hal0ai/hal0-rocmfpx:serverimage only bundlesllama-server/bench/cli(notllama-quantize), so quantization builds from source regardless of variant.ROCMFPX_BRANCH=<ref>.