-
Notifications
You must be signed in to change notification settings - Fork 275
feat(agentx): retune Kimi-K3 FP4 MI355X ATOM DSpark recipe on _0821 #2723
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
Open
zejunchen-zejun
wants to merge
7
commits into
main
Choose a base branch
from
amd/agentx_kimik3_atom_0821
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+212
−103
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c8cd524
feat(agentx): retune Kimi-K3 FP4 MI355X ATOM DSpark recipe on _0821
zejunchen-zejun d17b64f
Update amd-master.yaml
seungrokj cd4354b
Update amd-master.yaml
seungrokj b0134e1
Merge branch 'main' into amd/agentx_kimik3_atom_0821
seungrokj 1adf729
fix(agentx): halve the Kimi-K3 ATOM paged-KV CPU pool to clear the NC…
zejunchen-zejun 6af3214
fix(agentx): read the Kimi-K3 checkpoint without mmap
zejunchen-zejun 92166c9
Merge branch 'main' into amd/agentx_kimik3_atom_0821
zejunchen-zejun 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.
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 conc-list [16, 32, 40, 56] search-space entry sets spec-decoding: mtp for the whole block, but the script (kimik3_fp4_mi355x_atom_mtp.sh) sets NUM_SPEC_TOKENS=0 for CONC=32/40/56, meaning no draft model is loaded and SPEC_ARGS stays empty at those points -- only CONC=16 actually runs mtp spec decoding.
Extended reasoning...
SPEC_DECODING=mtp is forwarded as an env var and written verbatim into result metadata (benchmark_lib.sh:1222 -> process_agentic_result.py:224, spec_decoding field). Runs at concurrency 32, 40 and 56 will be tagged spec_decoding="mtp" in the published results even though the server ran dense decode with no draft model, mislabeling those data points in aggregation/dashboards as speculative-decoding throughput when they are not.
Verification: nit. The factual chain the candidate describes is real and reachable. configs/amd-master.yaml:674 puts the whole block under one arm:
{ tp: 8, dcp-size: 8, kv-offloading: dram, ..., conc-list: [16, 32, 40, 56], spec-decoding: mtp }. In kimik3_fp4_mi355x_atom_mtp.sh the CONC 32/40/56 cases setNUM_SPEC_TOKENS=0, and the new speculative block only populates SPEC_ARGS when `[ "$NUM_SPEC_TOKENS"