⚠️ 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). For files that work with stock llama.cpp / LM Studio / Ollama, use the sibling repo: lmcoleman/ThinkingCap-Qwen3.6-27B-MagicQuant-GGUF.
Derivative of ThinkingCap-Qwen3.6-27B, quantized using MagicQuant hybrid evolutionary per-tensor search and quantized to AMD-native ROCmFPX formats (fork-only) tuned for Strix Halo (gfx1151).
This is a derivative of ThinkingCap-Qwen3.6-27B. All credit for the base model architecture and weights goes to the original authors. The base model's license applies to this derivative.
Quantized using MagicQuant hybrid evolutionary per-tensor quantization, based on the methodology by magiccodingman:
A tier name here is a size band, not a promise that every tensor uses that exact type. A "Q5" is whatever mix of schemes landed in the Q5 size band with the lowest measured perplexity loss -- which is the point of the search.
This is deliberate. ROCmFPX types exist to trade a little quality for throughput on AMD hardware, so a ROCmFPX tier is only worth publishing when it is measurably faster than the equivalent MagicQuant tier. When it isn't, it would be strictly worse: same size, lower quality, no speed. The Q5 file is not missing by accident, and nothing here is broken.
If you specifically want that size point, open an issue in the Community tab and I'll build it -- the search results are kept, so it's a rebuild rather than a re-search.
These were not built at all. This is a property of how the schemes round into the ROCmFPX type ladder for this particular model, not a temporary gap, so a file for them will not appear in a later build either. Any file for them currently in this repo therefore comes from an earlier run -- see below.
These files were produced by a previous quantization run, not the one this card describes:
ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf (14.64 GiB) -- size verified as Q4 bandThey are kept because they are correctly sized for their tier and remain usable. But they were selected by an earlier version of the search, so their quality was not measured on the same footing as the other files here, and the per-group scheme breakdown above does not describe them.
If you are comparing tiers against each other, prefer the files from the current run -- the comparison is only apples-to-apples within a single search.
These GGUFs use AMD-native quantization schemes from the experimental ciru-ai/ROCmFPX llama.cpp fork, tuned for and benchmarked on AMD Strix Halo (Radeon 8060S iGPU, gfx1151, unified memory):
ROCmFP3/4/6/8 tensor types with straight and "agent" presets (agent presets keep
tool-calling / JSON-structured output reliable at low bit-widths)git clone https://github.com/ciru-ai/ROCmFPX.git ROCmFPX
cd ROCmFPX
git checkout 68f23f34c12d7e61177a034b0d8d3fea2129565e
# then build per the fork's own README
| File | Size | Quant | Perplexity vs BF16 | Speed |
|---|---|---|---|---|
| ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf | 15.7 GB | MagicQuant Q4 layout in ROCmFPX types (hybrid, fork-only) | earlier build, not measured here | |
| ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q6.gguf | 22.2 GB | MagicQuant Q6 layout in ROCmFPX types (hybrid, fork-only) | 6.8232 (+0.63%) | 9.2 tok/s |
| mmproj-ThinkingCap-Qwen3.6-27B-f16.gguf | 0.9 GB | F16 (unquantized) | not measured |
Perplexity measured on wikitext-2 (100 chunks, ctx 512) against the BF16 baseline of 6.7804; speed is llama-bench tg128 on this project's Strix Halo (gfx1151) box, fully offloaded.
Requires a from-source build of the ROCmFPX fork (stock llama.cpp, LM Studio, and Ollama cannot load these files):
# Interactive chat (--jinja uses the model's embedded chat template)
llama-cli -m ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf -c 8192 --jinja -cnv
# Server mode
llama-server -m ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf -c 8192 --port 8080 -ngl 99 -fa on --jinja
llama-server -m ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf --mmproj mmproj-ThinkingCap-Qwen3.6-27B-f16.gguf -c 8192 --port 8080 -ngl 99 -fa on
Generated with MagicQuant
19 commits
⚠️ 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). For files that work with stock llama.cpp / LM Studio / Ollama, use the sibling repo: lmcoleman/ThinkingCap-Qwen3.6-27B-MagicQuant-GGUF.
Derivative of ThinkingCap-Qwen3.6-27B, quantized using MagicQuant hybrid evolutionary per-tensor search and quantized to AMD-native ROCmFPX formats (fork-only) tuned for Strix Halo (gfx1151).
This is a derivative of ThinkingCap-Qwen3.6-27B. All credit for the base model architecture and weights goes to the original authors. The base model's license applies to this derivative.
Quantized using MagicQuant hybrid evolutionary per-tensor quantization, based on the methodology by magiccodingman:
A tier name here is a size band, not a promise that every tensor uses that exact type. A "Q5" is whatever mix of schemes landed in the Q5 size band with the lowest measured perplexity loss -- which is the point of the search.
This is deliberate. ROCmFPX types exist to trade a little quality for throughput on AMD hardware, so a ROCmFPX tier is only worth publishing when it is measurably faster than the equivalent MagicQuant tier. When it isn't, it would be strictly worse: same size, lower quality, no speed. The Q5 file is not missing by accident, and nothing here is broken.
If you specifically want that size point, open an issue in the Community tab and I'll build it -- the search results are kept, so it's a rebuild rather than a re-search.
These were not built at all. This is a property of how the schemes round into the ROCmFPX type ladder for this particular model, not a temporary gap, so a file for them will not appear in a later build either. Any file for them currently in this repo therefore comes from an earlier run -- see below.
These files were produced by a previous quantization run, not the one this card describes:
ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf (14.64 GiB) -- size verified as Q4 bandThey are kept because they are correctly sized for their tier and remain usable. But they were selected by an earlier version of the search, so their quality was not measured on the same footing as the other files here, and the per-group scheme breakdown above does not describe them.
If you are comparing tiers against each other, prefer the files from the current run -- the comparison is only apples-to-apples within a single search.
These GGUFs use AMD-native quantization schemes from the experimental ciru-ai/ROCmFPX llama.cpp fork, tuned for and benchmarked on AMD Strix Halo (Radeon 8060S iGPU, gfx1151, unified memory):
ROCmFP3/4/6/8 tensor types with straight and "agent" presets (agent presets keep
tool-calling / JSON-structured output reliable at low bit-widths)git clone https://github.com/ciru-ai/ROCmFPX.git ROCmFPX
cd ROCmFPX
git checkout 68f23f34c12d7e61177a034b0d8d3fea2129565e
# then build per the fork's own README
| File | Size | Quant | Perplexity vs BF16 | Speed |
|---|---|---|---|---|
| ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf | 15.7 GB | MagicQuant Q4 layout in ROCmFPX types (hybrid, fork-only) | earlier build, not measured here | |
| ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q6.gguf | 22.2 GB | MagicQuant Q6 layout in ROCmFPX types (hybrid, fork-only) | 6.8232 (+0.63%) | 9.2 tok/s |
| mmproj-ThinkingCap-Qwen3.6-27B-f16.gguf | 0.9 GB | F16 (unquantized) | not measured |
Perplexity measured on wikitext-2 (100 chunks, ctx 512) against the BF16 baseline of 6.7804; speed is llama-bench tg128 on this project's Strix Halo (gfx1151) box, fully offloaded.
Requires a from-source build of the ROCmFPX fork (stock llama.cpp, LM Studio, and Ollama cannot load these files):
# Interactive chat (--jinja uses the model's embedded chat template)
llama-cli -m ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf -c 8192 --jinja -cnv
# Server mode
llama-server -m ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf -c 8192 --port 8080 -ngl 99 -fa on --jinja
llama-server -m ThinkingCap-Qwen3.6-27B-ROCMFPX-MQ-Q4.gguf --mmproj mmproj-ThinkingCap-Qwen3.6-27B-f16.gguf -c 8192 --port 8080 -ngl 99 -fa on
Generated with MagicQuant
19 commits