Skip to content

Commit 28d1104

Browse files
authored
Merge pull request #7 from JeremiahM37/feat/qwen3.6-27b-dense
Add Qwen3.6-27B (dense) to tested models (#4)
2 parents 4e0e260 + 2d66deb commit 28d1104

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Tested on Fedora 43 host, ROCm 7.13 nightly, PyTorch 2.13.
2323
|---|:-:|:-:|---:|---|
2424
| `Qwen/Qwen3-0.6B` ||| ~2 GB | Smoke test. Loads in seconds. |
2525
| `Qwen/Qwen3.5-4B` ||| ~10 GB | Reference benchmark. 16.5 tps single-stream, 116 tps at 8 concurrent. |
26+
| `Qwen/Qwen3.6-27B` ||| ~52 GB | Dense Mamba+attention hybrid, BF16. Comfortable on 96 GB+ GTT; on a 64 GB box squeeze it in with `--mem-fraction-static 0.96 --max-mamba-cache-size 16 --max-total-tokens 8192 --disable-cuda-graph`. ~1.7 tps single-stream — BF16 27B is GTT-bound on the iGPU. |
27+
| `cyankiwi/Qwen3.6-27B-AWQ-BF16-INT4` |||| 4-bit (compressed-tensors wNa16) calls `gptq_marlin_repack`, which is NVIDIA-only — same wall as the GPTQ row below. Run the BF16 model above instead. |
2628
| `cyankiwi/Qwen3.5-35B-A3B-AWQ-4bit` ||| ~23 GB | Mamba+MoE hybrid; needs `--max-total-tokens N --max-mamba-cache-size M` to fit. See [docs/RUNNING_AWQ_MOE.md](docs/RUNNING_AWQ_MOE.md). |
2729
| `Qwen/Qwen3.5-35B-A3B-GPTQ-Int4` |||| GPTQ-on-MoE needs the `gptq_marlin` backend, which is NVIDIA-only today. Use the AWQ variant above instead. |
2830

0 commit comments

Comments
 (0)