Skip to content

[AMD][Qwen3.5] Update qwen3.5-fp4-mi355x-sglang-agentic-mtp SGLang ROCm image to v0.5.19-rocm720-mi35x-20260908 - #2906

Open
yichiche wants to merge 1 commit into
mainfrom
amd/qwen3.5-mxfp4-agentx-v0.5.19-20260908
Open

[AMD][Qwen3.5] Update qwen3.5-fp4-mi355x-sglang-agentic-mtp SGLang ROCm image to v0.5.19-rocm720-mi35x-20260908#2906
yichiche wants to merge 1 commit into
mainfrom
amd/qwen3.5-mxfp4-agentx-v0.5.19-20260908

Conversation

@yichiche

@yichiche yichiche commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

Update the SGLang ROCm image for the Qwen3.5 MXFP4 MI355X AgentX recipe from lmsysorg/sglang-rocm:v0.5.18-rocm720-mi35x-20260829 to lmsysorg/sglang-rocm:v0.5.19-rocm720-mi35x-20260908.

Recipes touched: qwen3.5-fp4-mi355x-sglang-agentic-mtp

The target tag was verified to exist on Docker Hub under lmsysorg/sglang-rocm (HTTP 200). Note that the ROCm-suffixed tag does not exist under lmsysorg/sglang.

Test plan

  • The full-sweep-fail-fast sweep passes.

Note

Low Risk
Single-container image pin in benchmark config plus changelog; no application logic, auth, or data-path changes.

Overview
Updates the qwen3.5-fp4-mi355x-sglang-agentic-mtp benchmark recipe to use lmsysorg/sglang-rocm:v0.5.19-rocm720-mi35x-20260908 instead of v0.5.18-rocm720-mi35x-20260829. Model, runner, agentic-coding scenario, and search space are unchanged.

Adds a perf-changelog.yaml entry for that config key and agentic-coding scenario, linked to this PR, so the image bump is recorded in perf history.

Reviewed by Cursor Bugbot for commit f8205d6. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for the contribution! Please reach out to respective companies' CODEOWNER to fill in the latest PR_REVIEW_CHECKLIST.md before pinging core maintainer on Slack for review. In order for the signoff PR check bot to trigger, you must follow the PR_REVIEW_CHECKLIST.md template correctly, including the phrase As a PR reviewer and CODEOWNER, I have reviewed this and have.

For PR verification, add the full-sweep-fail-fast label (strongly recommended) to this PR — the benchmark sweep only runs on labeled PRs. Use full-sweep-enabled only if you need matrix jobs to keep running past a failure.

PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. See GitHub's docs on re-running failed jobs


感谢你的贡献!请联系相应公司的 CODEOWNER 填写最新的 PR_REVIEW_CHECKLIST.md,然后再在 Slack 上联系核心维护者进行审阅。为了触发 signoff PR 检查机器人,你必须正确遵循 PR_REVIEW_CHECKLIST.md 模板,包括保留英文语句 As a PR reviewer and CODEOWNER, I have reviewed this and have

如需进行 PR 验证,请为此 PR 添加 full-sweep-fail-fast 标签(强烈推荐)— 基准测试 sweep 仅在带有标签的 PR 上运行。仅当需要矩阵任务在失败后继续运行时才使用 full-sweep-enabled

PR 作者有责任确保合并后所有 GitHub Action 任务完全通过。 很多时候失败只是偶发抖动(flake),重新运行失败的任务即可解决。参见 GitHub 关于重新运行失败任务的文档

…Cm image to v0.5.19-rocm720-mi35x-20260908

Co-Authored-By: ChangLiu0709 <190883410+ChangLiu0709@users.noreply.github.com>
@yichiche yichiche changed the title [AMD][Qwen3.5] Update qwen3.5-fp4-mi355x-sglang-agentic-mtp SGLang ROCm image to v0.5.19-rocm720-mi35x-20260908 / 升级 qwen3.5-fp4-mi355x-sglang-agentic-mtp 的 SGLang ROCm 镜像至 v0.5.19-rocm720-mi35x-20260908 [AMD][Qwen3.5] Update qwen3.5-fp4-mi355x-sglang-agentic-mtp SGLang ROCm image to v0.5.19-rocm720-mi35x-20260908 Sep 9, 2026
@yichiche
yichiche force-pushed the amd/qwen3.5-mxfp4-agentx-v0.5.19-20260908 branch from d5db3f5 to f8205d6 Compare September 9, 2026 01:35
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, straightforward image version bump.
Reviewed: the configs/amd-master.yaml change is a single-field image tag bump for qwen3.5-fp4-mi355x-sglang-agentic-mtp, with multinode: false so the srt-slurm container/image invariant doesn't apply; confirmed no other fields changed. Confirmed the perf-changelog.yaml entry is appended at the tail only, follows the existing kebab-case schema, and matches the image change described.

Extended reasoning...

Overview

This PR bumps the Docker image tag for the qwen3.5-fp4-mi355x-sglang-agentic-mtp recipe in configs/amd-master.yaml from v0.5.18-rocm720-mi35x-20260829 to v0.5.19-rocm720-mi35x-20260908, and appends a matching entry to perf-changelog.yaml. Verified via git diff that only the image: line changed in the config (all other fields — model, precision, framework, scenarios, multinode: false — are untouched), and the changelog addition is a well-formed append at the very end of the file with no modification to existing bytes.

Security risks

None. This is a version-tag change to a config value consumed by the benchmark harness; no code execution paths, auth, or crypto are touched.

Level of scrutiny

Low. This matches the repository's established pattern for "simple, mechanical" changes explicitly called out as approvable: a version bump with no logic changes, correctly paired with the required changelog entry. multinode: false means the srt-slurm "container must equal image" cross-file invariant does not apply, so there's no additional consistency check needed across recipe/master config files.

Other factors

No bug-hunter findings, no PR conversation objections, and the PR author's own description matches what the diff actually does. AGENTS.md's core requirements (changelog entry present, append-only preserved, kebab-case fields) are satisfied.

This review covers commit fa8db9f, which is no longer the latest commit on this pull request; later commits are not covered by it.

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

4 similar comments
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

1 participant