-
Notifications
You must be signed in to change notification settings - Fork 206
[NV]Add GLM-5 NVFP4 GB200 disagg non-mtp TRT-LLM benchmarks via Dynamo #1803
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
e99f46e
0137194
dba0c0e
b097ba8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,8 +40,12 @@ elif [[ $FRAMEWORK == "dynamo-trt" ]]; then | |
| export MODEL_PATH="/mnt/lustre01/models/kimi-k2.5-nvfp4" | ||
| export SERVED_MODEL_NAME="kimi-k2.5-nvfp4" | ||
| export SRT_SLURM_MODEL_PREFIX="nvidia/Kimi-K2.5-NVFP4" | ||
| elif [[ $MODEL_PREFIX == "glm5" && $PRECISION == "fp4" ]]; then | ||
| export MODEL_PATH="/mnt/lustre01/models/GLM-5-NVFP4" | ||
| export SERVED_MODEL_NAME="glm-5-nvfp4" | ||
| export SRT_SLURM_MODEL_PREFIX="nvidia/GLM-5-NVFP4" | ||
| else | ||
| echo "Unsupported model prefix: $MODEL_PREFIX. Supported prefixes are: gptoss, dsr1, or kimik2.5" | ||
| echo "Unsupported model prefix: $MODEL_PREFIX. Supported prefixes are: gptoss, dsr1, kimik2.5, or glm5" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. GLM5 missing srt-slurm checkoutHigh Severity The new Additional Locations (1)Reviewed by Cursor Bugbot for commit e99f46e. Configure here. |
||
| exit 1 | ||
| fi | ||
| elif [[ $FRAMEWORK == "dynamo-vllm" ]]; then | ||
|
|
||


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.
Duplicate changelog triggers wrong sweep
Medium Severity
This commit appends a second
perf-changelog.yamlblock forminimaxm3-fp8-b200-vllmthat matches the entry already at lines 3853–3858.process_changelog.pybuilds the PR sweep from added diff lines only, so that duplicate is treated as a new changelog contribution and schedulesminimaxm3-fp8-b200-vllmbenchmarks alongsideglm5-fp4-gb200-dynamo-trt.Reviewed by Cursor Bugbot for commit 0137194. Configure here.