-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[None][test] Fix mpi-type issue and add wideep acc test to dev's l0 local flow #12300
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
fredricz-20070104
merged 26 commits into
NVIDIA:main
from
fredricz-20070104:feature/add_l0_acc
Mar 19, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d139803
fix gpqa diamond dataset issue
fredricz-20070104 4ef78eb
remember to delete DISAGG_ACC.md
fredricz-20070104 8f622cf
merge llm acc cases to dev's l0
fredricz-20070104 e0bdec7
add two acc cases for wideep, not added to test list file yet
fredricz-20070104 3aa685b
add wideep acc cases
fredricz-20070104 af82b22
add wideep acc
fredricz-20070104 76f91e3
fx model name not consitent bug
fredricz-20070104 1b4ba1a
try to fix config file errors
fredricz-20070104 b2e1da2
add environment variables for thsi
fredricz-20070104 90c8dee
fx mpi typoe
fredricz-20070104 d3f6a59
add gpqa diamond and gsm8k case point to local lm eval file
fredricz-20070104 12a084d
fix apply chat template issue
fredricz-20070104 f24226e
adjust acc run position here
fredricz-20070104 905ca5d
fx seq length issues
fredricz-20070104 6ee6f15
Merge remote-tracking branch 'upstream/main' into feature/add_l0_acc
fredricz-20070104 1e70b9a
remove DISAGG_ACC.md
fredricz-20070104 eacd1e5
add stress test case
fredricz-20070104 cd3d2fb
fix the mpi type issue here
fredricz-20070104 db9b0ea
fx code rabbit issues here
fredricz-20070104 689ee17
fx pre-commit error
fredricz-20070104 b048ccb
fx pre-commit error
fredricz-20070104 f673025
Merge branch 'main' into feature/add_l0_acc
fredricz-20070104 7495c6e
Merge branch 'main' into feature/add_l0_acc
fredricz-20070104 7df00e6
fx dataset name here
fredricz-20070104 2592769
Merge branch 'main' into feature/add_l0_acc
fredricz-20070104 cef161c
Merge branch 'main' into feature/add_l0_acc
fredricz-20070104 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
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
127 changes: 127 additions & 0 deletions
127
...ted/wideep_accuracy-deepseek-r1-fp4_1k1k_ctx2_gen1_dep16_bs128_eplb288_mtp3_ccb-NIXL.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,127 @@ | ||
| metadata: | ||
| model_name: deepseek_r1_0528_fp4_v2 | ||
| precision: fp4 | ||
| model_dir_name: DeepSeek-R1-0528-FP4-v2 | ||
| supported_gpus: | ||
| - GB200 | ||
| - GB300 | ||
| script_file: disaggr_torch.slurm | ||
| benchmark_type: 1k1k | ||
| accuracy: | ||
| datasets: | ||
| - dataset_name: gsm8k_local | ||
| expected_value: 0.9454 | ||
| threshold_type: hypothesis_test | ||
| filter_type: flexible-extract | ||
| slurm: | ||
| script_file: disaggr_torch.slurm | ||
| partition: <partition> | ||
| account: <account> | ||
| job_time: 03:00:00 | ||
| job_name: unified-benchmark | ||
| extra_args: "--gres=gpu:4" | ||
| numa_bind: true | ||
| benchmark: | ||
| mode: gen_only | ||
| use_nv_sa_benchmark: false | ||
| multi_round: 1 | ||
| benchmark_ratio: 0.8 | ||
| streaming: true | ||
| concurrency_list: '2048' | ||
| input_length: 1024 | ||
| output_length: 1024 | ||
| dataset_file: datasets/perf-ci/deepseek_r1-1k1k-20480-ratio-1_for_serve.json | ||
| hardware: | ||
| gpus_per_node: 4 | ||
| num_ctx_servers: 2 | ||
| num_gen_servers: 1 | ||
| environment: | ||
| container_mount: <container_mount> | ||
| container_image: <container_image> | ||
| model_path: <model_path> | ||
| trtllm_repo: '' | ||
| build_wheel: false | ||
| work_dir: <full_path_to_work_dir> | ||
| worker_env_var: TLLM_LOG_LEVEL=INFO TRTLLM_SERVER_DISABLE_GC=1 TRTLLM_WORKER_DISABLE_GC=1 | ||
| TRTLLM_ENABLE_PDL=1 ENROOT_ALLOW_DEV=yes | ||
| server_env_var: TRTLLM_SERVER_DISABLE_GC=1 | ||
| profiling: | ||
| nsys_on: false | ||
| accuracy: | ||
| enable_accuracy_test: true | ||
| env_var: | ||
| HF_HOME: <hf_home_path> | ||
| tasks: | ||
| gsm8k_local: | ||
| model: "local-completions" | ||
| model_args_extra: "num_concurrent=512,max_retries=3,tokenized_requests=false,timeout=7200,max_gen_toks=16384" | ||
| extra_kwargs: | ||
| trust_remote_code: true | ||
| custom_config: tests/integration/lm_eval_configs/gsm8k_local.yaml | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| worker_config: | ||
| gen: | ||
| enable_layerwise_nvtx_marker: true | ||
| tensor_parallel_size: 16 | ||
| moe_expert_parallel_size: 16 | ||
| enable_attention_dp: true | ||
| enable_lm_head_tp_in_adp: true | ||
| pipeline_parallel_size: 1 | ||
| max_batch_size: 128 | ||
| max_num_tokens: 512 | ||
| max_seq_len: 2251 | ||
| cuda_graph_config: | ||
| enable_padding: true | ||
| batch_sizes: | ||
| - 1 | ||
| - 2 | ||
| - 4 | ||
| - 8 | ||
| - 16 | ||
| - 32 | ||
| - 64 | ||
| - 128 | ||
| - 256 | ||
| - 512 | ||
| - 768 | ||
| - 1024 | ||
| - 2048 | ||
| print_iter_log: true | ||
| kv_cache_config: | ||
| enable_block_reuse: false | ||
| free_gpu_memory_fraction: 0.9 | ||
| dtype: fp8 | ||
| moe_config: | ||
| backend: WIDEEP | ||
| load_balancer: | ||
| num_slots: 288 | ||
| layer_updates_per_iter: 1 | ||
| cache_transceiver_config: | ||
| max_tokens_in_buffer: 4608 | ||
| backend: NIXL | ||
| stream_interval: 20 | ||
| num_postprocess_workers: 4 | ||
| speculative_config: | ||
| decoding_type: MTP | ||
| num_nextn_predict_layers: 3 | ||
| ctx: | ||
| enable_layerwise_nvtx_marker: true | ||
| max_batch_size: 4 | ||
| max_num_tokens: 4608 | ||
| max_seq_len: 2251 | ||
| tensor_parallel_size: 4 | ||
| moe_expert_parallel_size: 4 | ||
| enable_attention_dp: true | ||
| pipeline_parallel_size: 1 | ||
| print_iter_log: true | ||
| cuda_graph_config: null | ||
| disable_overlap_scheduler: true | ||
| kv_cache_config: | ||
| enable_block_reuse: false | ||
| free_gpu_memory_fraction: 0.85 | ||
| dtype: fp8 | ||
| cache_transceiver_config: | ||
| max_tokens_in_buffer: 4608 | ||
| backend: NIXL | ||
| speculative_config: | ||
| decoding_type: MTP | ||
| num_nextn_predict_layers: 3 | ||
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.
Uh oh!
There was an error while loading. Please reload this page.