Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 9 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.9-rocm700-mi35x
image: lmsysorg/sglang:v0.5.12-rocm700-mi35x
model: amd/DeepSeek-R1-0528-MXFP4-Preview
model-prefix: dsr1
runner: mi355x
Expand All @@ -17,10 +17,14 @@ dsr1-fp4-mi355x-sglang:
osl: 1024
search-space:
- { tp: 8, conc-start: 4, conc-end: 64 }
agentic-coding:
- duration: 1800
search-space:
- { tp: 8, offloading: none, conc-list: [1, 2, 4, 8, 12, 16, 32, 64, 128, 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
# bump merges; the next agentic cron PR will pick it up.
# agentic-coding:
# - duration: 1800
# search-space:
# - { tp: 8, offloading: none, conc-list: [1, 2, 4, 8, 12, 16, 32, 64, 128, 256] }

dsr1-fp4-mi355x-atom:
image: rocm/atom:rocm7.1.1-ubuntu24.04-pytorch2.9-atom0.1.1-MI350x
Expand Down
6 changes: 6 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2901,3 +2901,9 @@
description:
- "Add MI355X config: qwen3.5-fp4-sglang-mtp using lmsysorg/sglang-rocm:v0.5.12-rocm720-mi35x-20260517"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1445

- config-keys:
- dsr1-fp4-mi355x-sglang
description:
- "Update SGLang image to v0.5.12-rocm700-mi35x"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1431
Loading