-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[#8542][feat] AutoDeploy: add DeepSeek-R1 FP8 perf-sanity test on 8x B200 post merge #14040
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
MrGeva
wants to merge
1
commit into
NVIDIA:main
from
nv-auto-deploy:feat/ad-perf-sanity-deepseek-r1-fp8-dgx-b200
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
20 changes: 20 additions & 0 deletions
20
tests/scripts/perf-sanity/aggregated/deepseek_r1_fp8_ad_blackwell.yaml
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,20 @@ | ||
| metadata: | ||
| model_name: deepseek_r1_0528_fp8 | ||
| supported_gpus: | ||
| - B200 | ||
| hardware: | ||
| gpus_per_node: 8 | ||
| server_configs: | ||
| # 1k1k config - AutoDeploy backend, 8 GPUs (DeepSeek-R1 0528 FP8 on DGX B200) | ||
| - name: "r1_fp8_ad_ws8_1k1k" | ||
| model_name: "deepseek_r1_0528_fp8" | ||
| backend: "_autodeploy" | ||
| extra_llm_api_config_path: "examples/auto_deploy/model_registry/configs/deepseek-r1.yaml" | ||
| world_size: 8 | ||
| client_configs: | ||
| - name: "con64_iter10_1k1k" | ||
| concurrency: 64 | ||
| iterations: 10 | ||
| isl: 1024 | ||
| osl: 1024 | ||
| backend: "openai" |
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.
🧩 Analysis chain
🏁 Script executed:
Repository: NVIDIA/TensorRT-LLM
Length of output: 5866
🏁 Script executed:
Repository: NVIDIA/TensorRT-LLM
Length of output: 4125
Add this test to
tests/integration/test_lists/qa/llm_perf_sanity.ymlfor QA scheduled runs.The new AutoDeploy perf-sanity test for DeepSeek-R1 FP8 on 8x B200 is correctly added to test-db (l0_dgx_b200.yml) for pre-merge CI. However, it is missing from the QA scheduled perf test list. Per guidelines, performance-sensitive new configurations (AutoDeploy + Blackwell optimization) should establish a baseline and catch regressions through QA scheduled runs. Add this test to
llm_perf_sanity.ymlwith appropriate conditions (e.g., B200+ GPUs, 8+ GPU count) to ensure it runs regularly on qualifying hardware.🤖 Prompt for AI Agents