Skip to content

[Klaud Cold] kimik2.5-fp4-b300-vllm: v0.26.0 image, extend conc to 512, add DEP4 arm / 升级 B300 镜像至 v0.26.0,扩展并发,新增 DEP4 - #2442

Open
xinli-sw wants to merge 16 commits into
mainfrom
feat/kimik2.5-fp4-b300-vllm-v0.26.0
Open

[Klaud Cold] kimik2.5-fp4-b300-vllm: v0.26.0 image, extend conc to 512, add DEP4 arm / 升级 B300 镜像至 v0.26.0,扩展并发,新增 DEP4#2442
xinli-sw wants to merge 16 commits into
mainfrom
feat/kimik2.5-fp4-b300-vllm-v0.26.0

Conversation

@xinli-sw

@xinli-sw xinli-sw commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Image: v0.22.0vllm/vllm-openai:v0.26.0
  • TP arms: TP8 and TP4 extended to conc-end: 512
  • New DEP4 arm: tp: 4, ep: 4, dp-attn: true, conc-start: 128, conc-end: 512
  • Bench script (kimik2.5_fp4_b200.sh): DP_ATTENTION handling added — switches to --data-parallel-size, adds --enable-expert-parallel and --prefill-schedule-interval 4 in DEP4 mode

中文说明

  • 镜像v0.22.0vllm/vllm-openai:v0.26.0
  • TP 配置:TP8 和 TP4 并发上限均扩展至 conc-end: 512
  • 新增 DEP4 配置tp: 4, ep: 4, dp-attn: true, conc-start: 128, conc-end: 512
  • 基准脚本kimik2.5_fp4_b200.sh):新增 DP_ATTENTION 处理逻辑,DEP4 模式下切换为 --data-parallel-size,并启用 --enable-expert-parallel--prefill-schedule-interval 4

@github-actions

github-actions Bot commented Aug 1, 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 关于重新运行失败任务的文档

@xinli-sw xinli-sw changed the title [Klaud Cold] kimik2.5-fp4-b200-vllm: v0.26.0 image, extend conc to 512, add DEP4 arm / 升级 B200 镜像至 v0.26.0,扩展并发,新增 DEP4 [Klaud Cold] kimik2.5-fp4-b300-vllm: v0.26.0 image, extend conc to 512, add DEP4 arm / 升级 B300 镜像至 v0.26.0,扩展并发,新增 DEP4 Aug 1, 2026
Comment thread perf-changelog.yaml Outdated
Comment on lines +5358 to +5365

- config-keys:
- kimik2.5-fp4-b300-vllm
description:
- "Bump Kimi K2.5 NVFP4 B300 vLLM image from v0.22.0 to v0.26.0"
- "Extend TP8/TP4 concurrency sweep to 512"
- "Add DEP4 arm (tp4 ep4 dp-attn) with --prefill-schedule-interval 4, conc 128-512"
pr-link: TBD

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.

🟡 The new perf-changelog.yaml entry for kimik2.5-fp4-b300-vllm sets pr-link: TBD instead of a real PR URL, breaking the changelog->PR traceability that every other entry in the file maintains. Since this is PR #2442, it should read pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2442.

Extended reasoning...

The new changelog block appended in this PR (perf-changelog.yaml, appended at the end of the file around line 5365) sets pr-link: TBD for the kimik2.5-fp4-b300-vllm entry:

- config-keys:
    - kimik2.5-fp4-b300-vllm
  description:
    - "Bump Kimi K2.5 NVFP4 B300 vLLM image from v0.22.0 to v0.26.0"
    - "Extend TP8/TP4 concurrency sweep to 512"
    - "Add DEP4 arm (tp4 ep4 dp-attn) with --prefill-schedule-interval 4, conc 128-512"
  pr-link: TBD

Every other entry in this 5300+ line file — including the immediately preceding kimik2.5-fp4-mi355x-vllm block a few lines above — carries a concrete https://github.com/SemiAnalysisAI/InferenceX/pull/NNNN link. A grep for pr-link: TBD across the file turns up exactly this one occurrence, confirming it's not an established convention but a placeholder that was never filled in before submission.

The purpose of pr-link in this changelog is to let anyone reading a config's history trace a given tuning change back to the PR that introduced it (including its description, discussion, and CI/benchmark results). TBD breaks that link for this entry specifically — a reader auditing why kimik2.5-fp4-b300-vllm was bumped to v0.26.0 or gained a DEP4 arm has no way to jump to the originating PR without external knowledge.

This is PR #2442 (per the PR metadata), so the fix is simply:

  pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2442

Nothing breaks functionally if this is left as TBD — the changelog-trigger tooling fires on the entry's existence/content changing, not on the link being well-formed, and the benchmark sweep itself doesn't consume this field. So this is a documentation/traceability completeness gap rather than a functional bug: worth fixing before merge, but not blocking.

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

1 similar comment
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

1 similar comment
@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

xinli-sw and others added 3 commits August 1, 2026 22:54
…hdogs active across barriers)

中文:将 MiniMax-M3 AgentX 扫描固定到 AIPerf abf55f9(跨 barrier 保持空闲看门狗活跃)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
…dle watchdogs active across barriers)"

This reverts commit 367df34.
@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 2, 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

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant