-
Notifications
You must be signed in to change notification settings - Fork 234
[DNM][AgentX][AMD] DSv4 FP4 MI355X SGLang: bump image + aiter/sglang patches #2298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5019,3 +5019,11 @@ | |
| - "dsv4-fp4-b200-vllm-agentic-mtp: MTP twins (--speculative-config {\"method\":\"mtp\",\"num_speculative_tokens\":3}) of the aggregate arms -- TP8 GPU-resident, TP8 SimpleCPU, DEP8 SimpleCPU, DEP8 Mooncake, each mirroring its non-MTP conc-list; routed via spec-decoding=mtp to dsv4_fp4_b200_vllm_mtp.sh." | ||
| - "MTP capture sizes are in TOKENS: --max-cudagraph-capture-size scaled to MAX_NUM_SEQS*(1+num_speculative_tokens) (= MAX_NUM_SEQS*4) so FULL_DECODE_ONLY covers the largest decode batches." | ||
| pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2259 | ||
|
|
||
| - config-keys: | ||
| - dsv4-fp4-mi355x-sglang-agentic-hicache | ||
| description: | ||
| - "Bump image to lmsysorg/sglang-rocm:v0.5.15.post1-rocm700-mi35x-20260721" | ||
| - "Patch aiter tuned/untuned FMoE CSV configs, shuffle.py, and sglang fp8.py at runtime from gist" | ||
| - "Comment out non-DP-attention and HiCache sweep rows to focus on DP-attention conc 16-64" | ||
|
Comment on lines
+5022
to
+5028
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 This PR's title and description are English-only, but AGENTS.md (line 7) requires every PR title/description to be bilingual (title format Extended reasoning...AGENTS.md, the repo's mandatory contribution guide (which CLAUDE.md explicitly delegates all guidance to), states at line 7: "PR and GitHub-issue titles & descriptions must be bilingual — include a Simplified Chinese version in addition to English. Title format: This PR's title is '[AgentX] DSv4 FP4 MI355X SGLang: bump image + aiter/sglang patches' — English only, with no '/ <中文标题>' suffix. The body consists solely of an English '## Summary' and '## Test plan' section; there is no Chinese translation anywhere, and no '## 中文说明' section mirroring the summary. This same English-only content is what gets mirrored into the Nothing in the existing tooling enforces this at PR-creation time — there is no CI check or template validation blocking an English-only title/body, so the requirement relies entirely on author discipline. That it's easy to miss is corroborated by looking at the two immediately preceding merged PRs in this same repo, e.g. commit 01e9e73 ('... / 将 LMCache 分支并入官方 DSV4 FP4 B200 vLLM AgentX 扫描') and 9ecc56d ('... / 在调优后的 DSV4 FP4 B300 vLLM AgentX 配方上新增 LMCache 分支'), both of which do follow the bilingual convention — showing it is an actively-observed norm in this repo that this PR simply didn't follow. Step-by-step verification:
Fix: the PR author should retitle to append ' / <中文标题>' (a Chinese translation of the current English title), and add a '## 中文说明' section to the body that mirrors the Summary bullets (image bump, aiter/sglang gist patches, and the sweep-row comment-outs) and Test plan in Simplified Chinese. This is a process/documentation compliance issue only — it does not affect the benchmark's runtime correctness, the sglang server launch, or the perf-changelog data itself, so it doesn't warrant blocking the merge. It is, however, an explicit and unambiguous repo-mandated rule (not subjective style), so per review policy it should still be surfaced even though its default severity is nit. |
||
| pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2298 | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no patches per the new guideline from an couple weeks ago https://github.com/SemiAnalysisAI/InferenceX/blob/main/docs/PR_REVIEW_CHECKLIST.md