-
Notifications
You must be signed in to change notification settings - Fork 111
[AMD/ROCm] kimik2.5 int4 mi355x: upgrade to vllm-openai-rocm:v0.18.0 #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+12
−3
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 The new changelog entry for
kimik2.5-int4-mi355x-vllminperf-changelog.yamlstill haspr-link: .../pull/XXX— a placeholder that was never replaced with the actual PR number (#950). Please update it to.../pull/950before merging.Extended reasoning...
The diff adds a new entry to
perf-changelog.yaml(lines 1085-1087) documenting the vLLM ROCm image upgrade forkimik2.5-int4-mi355x-vllm. Thepr-linkfield in that entry readshttps://github.com/SemiAnalysisAI/InferenceX/pull/XXX, which is a template placeholder that was never substituted with the real PR number.The concrete code path is straightforward: the PR author likely copy-pasted a changelog template or prior entry and forgot to replace
XXXwith950before opening the PR. The PR itself is numbered #950 (visible in the PR metadata), so the correct value is unambiguous.A refutation argued that this is an "established pattern" because five other pre-existing entries in the file also use
XXX(the entries fordsr1-fp8-h200-sglang,minimaxm2.5-fp8-h200-vllm,glm5-fp8-mi355x-sglang,qwen3.5-bf16-mi325x-sglang, andqwen3.5-fp8-mi325x-sglang). This is factually correct — those entries exist and also contain unfilled placeholders. However, the existence of prior unfixed instances does not make the new occurrence correct. Each merged PR that still containsXXXin itspr-linkis individually a broken changelog reference; this PR would add another one. The pattern being recurrent makes it a systemic documentation hygiene issue, not a justification to perpetuate it.The impact is limited to documentation and traceability: anyone trying to navigate from the changelog entry to the source PR would land on a 404. It does not affect runtime behavior, benchmarks, or CI in any way.
Fix: change
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/XXXtopr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/950in the newly added entry. The five pre-existing stale entries are outside the scope of this PR but could be cleaned up in a follow-up.