Skip to content

Commit 9fa75d7

Browse files
fix(qwen3.5-fp4-mi355x-sglang-mtp): use scenarios/fixed-seq-len schema
The old 'seq-len-configs' field was renamed to 'scenarios.fixed-seq-len' in the master config schema. Pydantic validation failed setup with 'Field required (scenarios)' + 'Extra inputs are not permitted (seq-len-configs)'.
1 parent 11096c4 commit 9fa75d7

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/configs/amd-master.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -375,17 +375,18 @@ qwen3.5-fp4-mi355x-sglang-mtp:
375375
precision: fp4
376376
framework: sglang
377377
multinode: false
378-
seq-len-configs:
379-
- isl: 1024
380-
osl: 1024
381-
search-space:
382-
- { tp: 2, conc-start: 4, conc-end: 256, spec-decoding: mtp }
383-
- { tp: 4, conc-start: 4, conc-end: 16, spec-decoding: mtp }
384-
- isl: 8192
385-
osl: 1024
386-
search-space:
387-
- { tp: 2, conc-start: 4, conc-end: 256, spec-decoding: mtp }
388-
- { tp: 4, conc-start: 4, conc-end: 16, spec-decoding: mtp }
378+
scenarios:
379+
fixed-seq-len:
380+
- isl: 1024
381+
osl: 1024
382+
search-space:
383+
- { tp: 2, conc-start: 4, conc-end: 256, spec-decoding: mtp }
384+
- { tp: 4, conc-start: 4, conc-end: 16, spec-decoding: mtp }
385+
- isl: 8192
386+
osl: 1024
387+
search-space:
388+
- { tp: 2, conc-start: 4, conc-end: 256, spec-decoding: mtp }
389+
- { tp: 4, conc-start: 4, conc-end: 16, spec-decoding: mtp }
389390

390391
qwen3.5-fp8-mi300x-sglang:
391392
image: lmsysorg/sglang:v0.5.10-rocm720-mi30x

0 commit comments

Comments
 (0)