perf(agentx): Add B300 vLLM MTP TP4 data points - #2647
Conversation
|
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 For PR verification, add the 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 模板,包括保留英文语句 如需进行 PR 验证,请为此 PR 添加 PR 作者有责任确保合并后所有 GitHub Action 任务完全通过。 很多时候失败只是偶发抖动(flake),重新运行失败的任务即可解决。参见 GitHub 关于重新运行失败任务的文档 |
11dc3dc to
25626a4
Compare
|
Claude finished @ivanium's task in 1m 11s —— View job PR Review
LGTM - no blocking issues found
|
There was a problem hiding this comment.
LGTM — straightforward image tag bump with matching changelog entry.
What was reviewed: confirmed the dsv4-fp4-b300-vllm-agentic-mtp image tag update in configs/nvidia-master.yaml (426e59f → d62ad46) is the only recipe field touched, and that perf-changelog.yaml has a matching new entry with correct config-key and PR link.
Extended reasoning...
Overview
This PR bumps the Docker image tag for the dsv4-fp4-b300-vllm-agentic-mtp AgentX recipe in configs/nvidia-master.yaml (from nightly-dev-x86_64-cu13.0.1-426e59f to ...-d62ad46) and adds a corresponding entry to perf-changelog.yaml. No other fields (tp/ep, model, runner, concurrency sweep) were changed.
Security risks
None. This only changes a pinned third-party vLLM nightly image tag used for internal benchmark runs; no code execution paths, auth, or credentials are touched.
Level of scrutiny
Low. This is a mechanical, single-field config change following the repository's established pattern for image bumps (same pattern as recent PRs #2621, #2619, #2571). The PR description confirms the manifest exists and YAML/bash validation passed.
Other factors
No prior reviews or outstanding comments on this PR besides the standard automated recipe-reminder bot comment. The change is small, self-contained, and low blast-radius (affects only this one benchmark recipe's image pin).
25626a4 to
b1d51f5
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32133529869 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32134936706 |
66097f1 to
3667389
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32193512662 |
db4c00f to
2c65929
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32233742015 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32243066761 |
89007db to
c518beb
Compare
追加 B300 TP4 c1、c2、c4 和 c6 AgentX MTP 测试点,并保持现有 TP8、DEP 与运行时配置不变。
c518beb to
aafd99e
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32243066761 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=32315429801 |
|
/reuse-sweep-run |
|
/stage-results 32315429801 |
|
@cquil11 staged run 32315429801: https://inferencemax-app-git-staging-semianalysisai.vercel.app/inference?i_dates=2026-08-19~r32315429801 This run remains available across future |
Summary / 摘要
Append GPU-resident TP4 concurrency 1, 2, 4, and 6 points to
dsv4-fp4-b300-vllm-agentic-mtp.Add one
perf-changelog.yamlentry at the physical end of the file withappend-only: true.为
dsv4-fp4-b300-vllm-agentic-mtp追加 GPU-resident TP4 并发 1、2、4 和 6 测试点。仅在
perf-changelog.yaml文件末尾追加一条记录,并设置append-only: true。Validation / 验证
validate_perf_changelog.py: passed / 官方 current-main-to-headvalidate_perf_changelog.py:通过git diff --check: passed / YAML 解析、Bash 语法和git diff --check:通过