Commit c8aa1a7
[feat][sgl-atom] add qwen3 sglang dense model support (#1416)
* fix Qwen3 dense startup with ATOM backend
Register Qwen3 dense for the SGLang ATOM wrapper and route page-size 1 dense decode through the existing native AITER path to avoid invalid KV layout reshapes during CUDA graph capture.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Limit Qwen3 dense startup fix scope
Restore the existing dense attention routing and use page-size 16 only for Qwen3-32B MI308 SGLang benchmark entries so the model stays on the ATOM attention path.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Hexiang Wang <56632993+whx-sjtu@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent e2542e4 commit c8aa1a7
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
| 958 | + | |
958 | 959 | | |
959 | 960 | | |
960 | 961 | | |
| |||
971 | 972 | | |
972 | 973 | | |
973 | 974 | | |
| 975 | + | |
974 | 976 | | |
975 | 977 | | |
976 | 978 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments