-
Notifications
You must be signed in to change notification settings - Fork 135
[NV] update glm5-fp4-b200 sglang image #1031
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
+7
−1
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
Oops, something went wrong.
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 perf-changelog.yaml entry uses a placeholder pr-link of
pull/XXXinstead of the actual PR number 1031. Update line 1356 topr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1031before merging.Extended reasoning...
What the bug is: The new changelog entry for
glm5-fp4-b200-sglangadded at the bottom ofperf-changelog.yamluses the placeholder stringpull/XXXin itspr-linkfield rather than the actual PR number.The specific code path: Line 1356 of
perf-changelog.yamlreads:The PR being reviewed is clearly PR #1031 (visible in the PR metadata), so the correct value is
https://github.com/SemiAnalysisAI/InferenceX/pull/1031.Why existing practices don't prevent it: The file already contains several other entries with
pull/XXX(e.g.,glm5-fp8-mi355x-sglang,minimaxm2.5-fp8-h200-vllm,qwen3.5-bf16-mi325x-sglang,qwen3.5-fp8-mi325x-sglang), indicating this placeholder pattern has slipped through in prior merges. However, those past failures to update the link do not make it acceptable to repeat the mistake in a new entry, especially when the correct PR number is definitively known.Addressing the refutation: The refutation argues this is an accepted practice because other XXX entries exist and the PR is marked [WIP]. Neither argument holds: the presence of prior mistakes doesn't make them correct, and [WIP] status means the author should update the PR number before requesting final merge, not that the placeholder is intentionally permanent. The refutation also conflates this with bug_002—but this is an independently reportable, actionable issue on a new entry introduced by this PR.
Impact: Purely documentation/metadata. The
pr-linkfield is informational only; no CI or runtime behavior is affected. However, a broken/placeholder link makes the changelog less useful for traceability.How to fix: Replace line 1356 with:
Step-by-step proof:
perf-changelog.yaml.pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/XXX.pull/1031, notpull/XXX.