-
Notifications
You must be signed in to change notification settings - Fork 249
[AMD][AgentX] Kimi-K3 MI355X DSpark wrapper (kimik3_fp4_mi355x_mtp.sh) #2509
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
Closed
Closed
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #!/usr/bin/env bash | ||
|
Check warning on line 1 in benchmarks/single_node/agentic/kimik3_fp4_mi355x_mtp.sh
|
||
| set -euo pipefail | ||
|
|
||
| # DSpark variant of kimik3_fp4_mi355x.sh. The MI355X launcher routes | ||
| # spec-decoding=mtp rows to this suffix, while the shared base recipe owns the | ||
| # model, AgentX replay, and eval plumbing. | ||
| # | ||
| # Keep this wrapper aligned with the upstream AMD Kimi-K3 DSpark reproducer. | ||
| # The first AgentX validation is deliberately GPU-only at c1 so a server or | ||
| # kernel failure has nowhere else to hide. | ||
| export SPEC_DECODE=true | ||
| export KV_CACHE_DTYPE="${KV_CACHE_DTYPE:-auto}" | ||
| export GPU_MEM_UTIL="${GPU_MEM_UTIL:-0.95}" | ||
| export MAX_NUM_SEQS="${MAX_NUM_SEQS:-16}" | ||
| export EVAL_MAX_NUM_SEQS="${EVAL_MAX_NUM_SEQS:-128}" | ||
| export MAX_NUM_BATCHED_TOKENS="${MAX_NUM_BATCHED_TOKENS:-4096}" | ||
| export LANGUAGE_MODEL_ONLY="${LANGUAGE_MODEL_ONLY:-false}" | ||
| export PREFIX_CACHING="${PREFIX_CACHING:-auto}" | ||
| export ENFORCE_EAGER="${ENFORCE_EAGER:-false}" | ||
|
|
||
| exec "$(dirname "$0")/kimik3_fp4_mi355x.sh" "$@" | ||
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 PR title and description are English-only, but AGENTS.md requires every PR title/description to be bilingual (title format
<English title> / <中文标题>, plus a## 中文说明section in the body).Extended reasoning...
AGENTS.md (top of the repo's AI-agent guidance, line 7) states explicitly:
This PR's title,⚠️ Merge order" note) is entirely in English with no
[AMD][AgentX] Kimi-K3 MI355X DSpark wrapper (kimik3_fp4_mi355x_mtp.sh), has no trailing/ <中文标题>segment, and the body (Summary table + "## 中文说明section or any Chinese text at all.Step-by-step proof:
> **PR and GitHub-issue titles & descriptions must be bilingual...**— it unambiguously requires a<中文标题>suffix on every PR title and a Chinese-language section in every PR body.[AMD][AgentX] Kimi-K3 MI355X DSpark wrapper (kimik3_fp4_mi355x_mtp.sh)— no/followed by Chinese characters anywhere.## Summary, a markdown table, and## ⚠️ Merge order, all in English. There is no## 中文说明heading and no Chinese-script characters anywhere in the body.This is a repo-mandated process convention, not a subjective style preference, so it's worth flagging even though it has zero effect on the shell script's runtime correctness (the
bash -n-clean wrapper script itself is fine). It does not block the DSpark wrapper logic from working, so it shouldn't hold up merge — the author can simply add a<中文标题>to the title and append a## 中文说明section summarizing the change in Chinese.