Commit 9ec6e9d
Add transformers patch layer for GLM-5/Qwen3.5 model type support
SGLang v0.5.10 pins an older transformers that doesn't have
glm_moe_dsa or qwen3_5_moe in its AutoConfig registry. Add a
thin Dockerfile layer that upgrades transformers to the commit
with these model types and verifies registration.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 13be2f6 commit 9ec6e9d
File tree
2 files changed
+21
-0
lines changed- docker
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments