Views
No views yet
⚠️ These files do NOT load on standard llama.cpp
They use AMD-native*_ROCMFPXtensor types from the experimental ciru-ai/ROCmFPX llama.cpp fork (build from source).
ROCmFP3/4/6/8 tensor types with straight and "agent" presets (agent presets keep
tool-calling / JSON-structured output reliable at low bit-widths)1git clone https://github.com/ciru-ai/ROCmFPX.git ROCmFPX
2cd ROCmFPX
3git checkout 68f23f34c12d7e61177a034b0d8d3fea2129565e
4# then build per the fork's own README| File | Size | Quant |
|---|---|---|
| Qwen3.6-35B-A3B-ROCMFPX-MQ-Q4.gguf | 22.7 GB | MagicQuant Q4 layout in ROCmFPX types (hybrid, fork-only) |
1# Interactive chat (--jinja uses the model's embedded chat template)
2llama-cli -m Qwen3.6-35B-A3B-ROCMFPX-MQ-Q4.gguf -c 8192 --jinja -cnv
3
4# Server mode
5llama-server -m Qwen3.6-35B-A3B-ROCMFPX-MQ-Q4.gguf -c 8192 --port 8080 -ngl 99 -fa on --jinjallama-server -m Qwen3.6-35B-A3B-ROCMFPX-MQ-Q4.gguf -c 8192 --port 8080 --host 127.0.0.1 -ngl 99 -md Qwen3.6-35B-A3B-ROCMFPX-MQ-Q4.gguf --spec-type draft-mtp -ctk q8_0 -ctv q8_0 -fa on-md/--spec-type draft-mtp.