0
stars
8
commits
2
repos using this model
3
linked in READMEs
May 26, 2026
updated
AWQ 4-bit quantization of Qwen3 Coder 30B-A3B optimized for AMD RDNA4 (gfx1201) inference with SGLang.
| Base model | Qwen/Qwen3-Coder-30B-A3B |
| Architecture | MoE (128 experts, top-8) |
| Parameters | 30B total / 3B active |
| Layers | 48 |
| Context | 32K (tested), 262K (max) |
| Quantization | AWQ 4-bit, group_size=128 |
scripts/launch.sh coder-30bBest throughput MoE model for coding tasks. 166 tok/s at 32 concurrent users.
git clone https://github.com/mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference
cd 2x-R9700-RDNA4-GFX1201-sglang-inference
./scripts/setup.sh
scripts/launch.sh coder-30b
See the RDNA4 Inference Repository for full setup instructions, patches, and benchmarks.
Tested on 2x AMD Radeon AI PRO R9700 (gfx1201, RDNA4, 32+34 GB VRAM) with ROCm 7.2 and SGLang v0.5.10 + RDNA4 patches.
8 commits
0
stars
8
commits
2
repos using this model
3
linked in READMEs
May 26, 2026
updated
AWQ 4-bit quantization of Qwen3 Coder 30B-A3B optimized for AMD RDNA4 (gfx1201) inference with SGLang.
| Base model | Qwen/Qwen3-Coder-30B-A3B |
| Architecture | MoE (128 experts, top-8) |
| Parameters | 30B total / 3B active |
| Layers | 48 |
| Context | 32K (tested), 262K (max) |
| Quantization | AWQ 4-bit, group_size=128 |
scripts/launch.sh coder-30bBest throughput MoE model for coding tasks. 166 tok/s at 32 concurrent users.
git clone https://github.com/mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference
cd 2x-R9700-RDNA4-GFX1201-sglang-inference
./scripts/setup.sh
scripts/launch.sh coder-30b
See the RDNA4 Inference Repository for full setup instructions, patches, and benchmarks.
Tested on 2x AMD Radeon AI PRO R9700 (gfx1201, RDNA4, 32+34 GB VRAM) with ROCm 7.2 and SGLang v0.5.10 + RDNA4 patches.
8 commits