[Klaud Cold] Update qwen3.8next-fp8-h100-sglang-agentic-mtp SGLang image to dev-cu13-qwen38-next-local (2026-09-07, digest-pinned) - #2876
Conversation
…age to dev-cu13-qwen38-next-local (2026-09-07, digest-pinned) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
7d46c89 to
e3af7fe
Compare
|
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 关于重新运行失败任务的文档 |
| - agentic-coding | ||
| description: | ||
| - "Move the image from the mutable model-branch tag lmsysorg/sglang:qwen38flashnext (last re-pushed 2026-09-03T20:54:46Z, digest sha256:5ae5816783d58e2e56e84d2e863f5441425056f500b7fbd7448c4aae017a2521) to the newest Qwen3.8-Flash-Next model-branch build, lmsysorg/sglang:dev-cu13-qwen38-next-local@sha256:9d2a843c706c74bc259c0d9abf360551eb2734e1e7d255ab012a6965f10480b6 (Docker Hub last pushed 2026-09-07T11:12:42Z), pinned by digest so every node runs the same build. Qwen3.8-Flash-Next (architecture Qwen4ExpForConditionalGeneration) is not in SGLang main, v0.5.19, or the 2026-09-07 nightly (nightly-dev-cu13-20260907-30705c00), so no upstream nightly can serve it; the model-branch dev images are the only lineage. benchmarks/single_node/agentic/qwen3.8next_fp8_h100_mtp.sh is unchanged: TP8/EP8, mem-fraction 0.75, flashinfer attention (sm_90), native NEXTN MTP at three speculative tokens, float32 Mamba SSM state, golden thinking_on acceptance length 2.32; the conc [1, 4, 8, 12, 16] grid is unchanged. The sweep is the validation that this branch build still carries the fixes the recipe relies on." | ||
| pr-link: PRLINK_PLACEHOLDER |
There was a problem hiding this comment.
🔴 The new entry's pr-link uses the literal string "PRLINK_PLACEHOLDER", but the changelog gate only recognizes "XXX" (or the full .../pull/XXX URL) as a valid placeholder, so validate_perf_changelog.py's validate_added_pr_link will reject this entry on CI and prepare_perf_changelog_merge.py will also raise "unexpected pr-link" when preparing the merge. Fix: use the canonical placeholder "XXX" (or the real PR URL) instead of an invented placeholder string.
Extended reasoning...
utils/validate_perf_changelog.py defines PR_LINK_PLACEHOLDERS = {"XXX", "https://github.com/SemiAnalysisAI/InferenceX/pull/XXX"} and CANONICAL_PR_LINK requiring a numeric PR id. validate_added_pr_link() checks the newly appended entry's pr-link against CANONICAL_PR_LINK when pr_number is None, or against PR_LINK_PLACEHOLDERS/expected link when pr_number is set; "PRLINK_PLACEHOLDER" matches neither, so it raises ChangelogValidationError and the changelog gate CI check fails for this PR. Separately, utils/prepare_perf_changelog_merge.py:109-114 does if link not in PR_LINK_PLACEHOLDERS: raise ValueError(f"appended entry {index+1} has unexpected pr-link {link!r}"), so even if the CI gate were bypassed, the merge-preparation tooling used to rewrite the placeholder to the real PR link at merge time would also fail, blocking the automated pr-link substitution step.
Verification: normal. The appended entry at perf-changelog.yaml:6931 uses pr-link: PRLINK_PLACEHOLDER, an invented string. The only recognized placeholders (utils/validate_perf_changelog.py) are PR_LINK_PLACEHOLDERS = {"XXX", "https://github.com/SemiAnalysisAI/InferenceX/pull/XXX"}, and CONTRIBUTING.md:81 documents .../pull/XXX. At merge time utils/merge_with_reuse.sh:187 runs… | normal (with a…
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=34174934041 |
Summary
Move the H100 Qwen3.8-Flash-Next FP8 AgentX MTP recipe from the mutable model-branch tag
lmsysorg/sglang:qwen38flashnextto the newest Qwen3.8-Flash-Next model-branch build,lmsysorg/sglang:dev-cu13-qwen38-next-local@sha256:9d2a843c706c74bc259c0d9abf360551eb2734e1e7d255ab012a6965f10480b6, pinned by digest.Qwen4ExpForConditionalGeneration) is not in SGLang main, v0.5.19, or today's nightlynightly-dev-cu13-20260907-30705c00. It exists only on SGLang model branches shipped as dev images, so the model-branch lineage is the only one that can serve this recipe.qwen38flashnextwas last re-pushed 2026-09-03T20:54:46Z (digestsha256:5ae58167...), after the recipe merged on 2026-08-27, so nodes with an older squash cache may have been running a different build than nodes that pulled later. The digest pin removes that ambiguity.dev-cu13-qwen38-next-local, Docker Hub last pushed 2026-09-07T11:12:42Z, digestsha256:9d2a843c706c74bc259c0d9abf360551eb2734e1e7d255ab012a6965f10480b6. Provenance is a model branch, not upstream main; this sweep is the validation that it still carries the fixes the recipe relies on (NEXTN MTP verify with float32 SSM state on sm_90).benchmarks/single_node/agentic/qwen3.8next_fp8_h100_mtp.shis unchanged: TP8/EP8, mem-fraction 0.75, flashinfer attention, NEXTN MTP at 3 speculative tokens, golden AL 2.32, conc [1, 4, 8, 12, 16].Recipes touched:
qwen3.8next-fp8-h100-sglang-agentic-mtpTest plan
🤖 Generated with Claude Code
Note
Low Risk
Image reference and changelog only for one benchmark recipe; no runtime code or auth/data paths.
Overview
Updates
qwen3.8next-fp8-h100-sglang-agentic-mtpto use the 2026-09-07 model-branch SGLang imagelmsysorg/sglang:dev-cu13-qwen38-next-local, digest-pinned, instead of the mutableqwen38flashnexttag so every node runs the same build.The change is config-only (plus a
perf-changelog.yamlentry for the agentic-coding scenario). Benchmark flags, TP8/EP8 layout, and concurrency grid are unchanged; the noted sweep is what validates the new image still supports the recipe (NEXTN MTP, sm_90 flashinfer, etc.). Upstream SGLang nightlies are not an option for this architecture.Reviewed by Cursor Bugbot for commit e3af7fe. Bugbot is set up for automated code reviews on this repo. Configure here.