Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .github/configs/amd-master.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dsr1-fp4-mi355x-sglang:
image: lmsysorg/sglang:v0.5.12-rocm700-mi35x
image: lmsysorg/sglang:v0.5.13-rocm700-mi35x
model: amd/DeepSeek-R1-0528-MXFP4-Preview
model-prefix: dsr1
runner: mi355x
Expand All @@ -11,13 +11,18 @@ dsr1-fp4-mi355x-sglang:
- isl: 1024
osl: 1024
search-space:
- { tp: 4, conc-start: 4, conc-end: 64 }
- { tp: 8, conc-start: 4, conc-end: 64 }
- { tp: 4, conc-start: 4, conc-end: 256 }
- { tp: 8, conc-start: 4, conc-end: 256 }
- { tp: 4, ep: 4, conc-start: 4, conc-end: 256 }
- { tp: 8, ep: 8, conc-start: 4, conc-end: 256 }
Comment thread
cursor[bot] marked this conversation as resolved.
- isl: 8192
osl: 1024
search-space:
- { tp: 4, conc-start: 4, conc-end: 64 }
- { tp: 8, conc-start: 4, conc-end: 64 }
- { tp: 4, conc-start: 4, conc-end: 256 }
- { tp: 8, conc-start: 4, conc-end: 256 }
- { tp: 4, ep: 4, conc-start: 4, conc-end: 256 }
- { tp: 8, ep: 8, conc-start: 4, conc-end: 256 }

# Agentic-coding sweep commented out for this image-bump PR — the
# 10-conc agentic matrix amplifies sweep cost and the bump validation
# only needs the fixed-seq-len throughput shape. Re-enable once the
Expand Down