Commit 357f414
authored
fix(qwen3_moe): correct return type annotation on Qwen3MoeSparseMoeBlock.forward (#45352)
* fix(qwen3_moe): correct return type annotation on Qwen3MoeSparseMoeBlock.forward
* fix: propagate Qwen3MoeSparseMoeBlock forward return type fix to generated vl_moe and omni_moe files
Built by Rudrendu Paul, developed with Claude Code
---------
Co-authored-by: Rudrendu <RudrenduPaul@users.noreply.github.com>1 parent 0b5dbfc commit 357f414
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src/transformers/models
- qwen3_moe
- qwen3_omni_moe
- qwen3_vl_moe
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | | - | |
| 1418 | + | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | 1421 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments