Skip to content

[Klaud Cold] Update kimik2.5-int4-mi325x-vllm vLLM ROCm image to v0.21.0#1468

Merged
functionstackx merged 4 commits into
mainfrom
update-kimik2.5-int4-mi325x-vllm-v0.21.0
May 18, 2026
Merged

[Klaud Cold] Update kimik2.5-int4-mi325x-vllm vLLM ROCm image to v0.21.0#1468
functionstackx merged 4 commits into
mainfrom
update-kimik2.5-int4-mi325x-vllm-v0.21.0

Conversation

@functionstackx
Copy link
Copy Markdown
Collaborator

Summary

Update vLLM ROCm image from v0.18.0 (52d old) to v0.21.0

Recipes touched: `kimik2.5-int4-mi325x-vllm`

Test plan

  • full-sweep-enabled sweep passes.

🤖 Generated with Claude Code

Update vLLM ROCm image from v0.18.0 (52d old) to v0.21.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook

If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you

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. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow

As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers.

If additional help is needed, PR authors can reach out to core maintainers over Slack.

2 similar comments
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook

If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you

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. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow

As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers.

If additional help is needed, PR authors can reach out to core maintainers over Slack.

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook

If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you

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. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow

As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers.

If additional help is needed, PR authors can reach out to core maintainers over Slack.

@github-actions
Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

LGTM, simple image version bump aligning kimik2.5-int4-mi325x-vllm with its mi355x/mi300x siblings already on v0.21.0.

Extended reasoning...

Overview

This PR bumps the vLLM ROCm image for the kimik2.5-int4-mi325x-vllm recipe from v0.18.0 to v0.21.0 in .github/configs/amd-master.yaml, and adds a corresponding entry to perf-changelog.yaml. Two-line YAML change plus a changelog entry.

Security risks

None. This is a container image tag update in benchmark/recipe configuration; no auth, crypto, or permission paths are touched.

Level of scrutiny

Low. This is a mechanical version bump following the same pattern as recent similar PRs (e.g., #1458). The new version (v0.21.0) is already in use by the sibling kimik2.5-int4-mi355x-vllm and kimik2.5-int4-mi300x-vllm recipes in the same file, so this just brings mi325x into alignment.

Other factors

  • No bugs surfaced by the bug-hunting system.
  • The PR is labeled full-sweep-enabled, so CI will exercise the new image.
  • The perf-changelog entry correctly references PR #1468 and the touched config key.

@functionstackx
Copy link
Copy Markdown
Collaborator Author

Diagnosis

Not OOM -- the failures are caused by enroot import failing to create the squashed container image on the mi325x cluster. During enroot-aufs2ovlfs conversion, the tool cannot set file capabilities on the NFS-backed storage (/nfsdata/sa/gharunner/gharunners/squash/), producing dozens of enroot-aufs2ovlfs: failed to set capabilities: Operation not permitted errors and exiting with code 34. The .sqsh file is never created, so the subsequent srun --container-image=... fails with [ERROR] No such file or directory: /nfsdata/sa/gharunner/gharunners/squash/vllm_vllm-openai-rocm_v0.21.0.sqsh. All 7 failed jobs show the identical pattern. The benchmark script (kimik2.5_int4_mi325x.sh) is never reached.

This is a cluster infrastructure issue, not a code issue -- the v0.21.0 ROCm image triggers setcap calls that fail on the mi325x NFS mount. The v0.18.0 image apparently had fewer/no files requiring capabilities. Sibling PRs #1467 (gptoss-fp4-mi325x) and #1469 (minimaxm2.5-fp8-mi325x) have the same failure on the same cluster.

Failed run: https://github.com/SemiAnalysisAI/InferenceX/actions/runs/26009958929

No code fix pushed

This cannot be resolved by adjusting --gpu-memory-utilization or other vLLM flags -- the container never starts. Potential infra-level fixes:

  1. Mount NFS with user_xattr support, or grant runners CAP_SETFCAP
  2. Switch mi325x squash storage to local disk (like mi355x uses /var/lib/squash/)
  3. Use ENROOT_ALLOW_SUPERUSER=y or add retry logic to runners/launch_mi325x-amds.sh line 27

functionstackx added a commit that referenced this pull request May 18, 2026
Root-caused via the failed sweeps on #1467, #1468, #1469 (all three
[Klaud Cold] vLLM v0.21 bumps on different mi325x recipes): every
failure landed on chi-mi325x-pod1-121 with

  enroot-aufs2ovlfs: failed to set capabilities: Operation not permitted

before the .sqsh import even completes; subsequent pyxis mount then
fails with "No such file or directory". The same image works cleanly
on every other up node (017/018/019/020/027) — confirmed not OOM and
not a recipe issue.

This matches the existing pattern for mi300x in #1462 (pin salloc away
from chronically-bad nodes); for mi325x there's currently only the one
node to exclude, so use --exclude rather than --nodelist so we don't
have to maintain the allow-list as nodes come and go.

pod1-121 has separately been drained on the controller with a watchdog
(per KLAUD_DEBUG.md §5.6) so it stays out of the pool until ops fix
the underlying setcap regression.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@functionstackx
Copy link
Copy Markdown
Collaborator Author

/reuse-sweep-run

@functionstackx functionstackx merged commit 02e229b into main May 18, 2026
4 of 5 checks passed
@functionstackx functionstackx deleted the update-kimik2.5-int4-mi325x-vllm-v0.21.0 branch May 18, 2026 04:39
@github-actions
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