Skip to content

chore: [DEMONSTRATION ONLY] 1st Mass integration of release/0.19 #3850

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
wants to merge 39 commits into from

Conversation

tongyuantongyu
Copy link
Member

PR title

Please write the PR title by following template:

[JIRA ticket link/nvbug link/github issue link][fix/feat/doc/infra/...] <summary of this PR>

For example, assume I have a PR hope to support a new feature about cache manager of Jira TRTLLM-1000 ticket, it would be like

[TRTLLM-1000][feat] Support a new feature about cache manager

Description

Please explain the issue and the solution in short.

Test Coverage

GitHub Bot Help

/bot [-h] ['run', 'kill', 'skip', 'reuse-pipeline'] ...

Provide a user friendly way for developers to interact with a Jenkins server.

Run /bot [-h|--help] to print this help message.

See details below for each supported subcommand.

run [--disable-fail-fast --skip-test --stage-list "A10-1, xxx" --gpu-type "A30, H100_PCIe" --add-multi-gpu-test --only-multi-gpu-test --disable-multi-gpu-test --post-merge --extra-stage "H100_PCIe-[Post-Merge]-1, xxx"]

Launch build/test pipelines. All previously running jobs will be killed.

--disable-fail-fast (OPTIONAL) : Disable fail fast on build/tests/infra failures.

--skip-test (OPTIONAL) : Skip all test stages, but still run build stages, package stages and sanity check stages. Note: Does NOT update GitHub check status.

--stage-list "A10-1, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-1, xxx". Note: Does NOT update GitHub check status.

--gpu-type "A30, H100_PCIe" (OPTIONAL) : Only run the test stages on the specified GPU types. Examples: "A30, H100_PCIe". Note: Does NOT update GitHub check status.

--only-multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitHub check status.

--disable-multi-gpu-test (OPTIONAL) : Disable the multi-GPU tests. Note: Does NOT update GitHub check status.

--add-multi-gpu-test (OPTIONAL) : Force run the multi-GPU tests. Will also run L0 pre-merge pipeline.

--post-merge (OPTIONAL) : Run the L0 post-merge pipeline instead of the ordinary L0 pre-merge pipeline.

--extra-stage "H100_PCIe-[Post-Merge]-1, xxx" (OPTIONAL) : Run the ordinary L0 pre-merge pipeline and specified test stages. Examples: --extra-stage "H100_PCIe-[Post-Merge]-1, xxx".

kill

kill

Kill all running builds associated with pull request.

skip

skip --comment COMMENT

Skip testing for latest commit on pull request. --comment "Reason for skipping build/test" is required. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

ZhanruiSunCh and others added 30 commits April 16, 2025 12:15
* fix test name

Signed-off-by: Ivy Zhang <[email protected]>

* add quickstart test for nemotron-ultra

Signed-off-by: Ivy Zhang <[email protected]>

* add rcca multi-node test case for deepseek-v3

Signed-off-by: Ivy Zhang <[email protected]>

* add rcca info

Signed-off-by: Ivy Zhang <[email protected]>

---------

Signed-off-by: Ivy Zhang <[email protected]>
Signed-off-by: Ivy Zhang <[email protected]>
Signed-off-by: Enwei Zhu <[email protected]>
* nvbugs/5187237 nvbugs/5112075: fix deterministic mode error


* remove waive
Signed-off-by: Xiwen Yu <[email protected]>

* Revert "remove waive"

This reverts commit 0bf5486d19906d692bfb7a6262333c296b0087ac.

Signed-off-by: Xiwen Yu <[email protected]>

* revert ar fusion

Signed-off-by: Xiwen Yu <[email protected]>

---------

Signed-off-by: Xiwen Yu <[email protected]>
Signed-off-by: taoli <[email protected]>
Co-authored-by: taoli <[email protected]>
* Fix: nvbugs/5222698 variable not defined

Signed-off-by: Zongfei Jing <[email protected]>

* Tidy code

Signed-off-by: Zongfei Jing <[email protected]>

---------

Signed-off-by: Zongfei Jing <[email protected]>
* Update DeepSeek perf docs

Signed-off-by: Kaiyu Xie <[email protected]>

* update

Signed-off-by: Kaiyu Xie <[email protected]>

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Kaiyu Xie <[email protected]>

---------

Signed-off-by: Kaiyu Xie <[email protected]>
Co-authored-by: Copilot <[email protected]>
* security fix cherry-pick changes from main

Signed-off-by: Yibin Li <[email protected]>

* fix hmac in remote mpi session (NVIDIA#3649)

Signed-off-by: Yan Chunwei <[email protected]>

---------

Signed-off-by: Yibin Li <[email protected]>
Signed-off-by: Yan Chunwei <[email protected]>
Co-authored-by: Yan Chunwei <[email protected]>
* fix FP8 kv accuracy

Signed-off-by: Dylan Chen <[email protected]>

* update doc

Signed-off-by: Dylan Chen <[email protected]>

---------

Signed-off-by: Dylan Chen <[email protected]>
Signed-off-by: Balaram Buddharaju <[email protected]>
Co-authored-by: brb-nv <[email protected]>
…and write config.json to output log (NVIDIA#3656)

Signed-off-by: Ruodi <[email protected]>
Signed-off-by: Larry <[email protected]>
Co-authored-by: Larry <[email protected]>
…#3758)

Include Qwen2VLDecoderLayer in the smooth_qwen2_model function.

Signed-off-by: Yukun He <[email protected]>
Signed-off-by: Anurag Mukkara <[email protected]>
Co-authored-by: Sharan Chetlur <[email protected]>
chuangz0 and others added 9 commits April 23, 2025 14:47
* add skip condition to tests

Signed-off-by: xinhe-nv <[email protected]>

* fix error

Signed-off-by: xinhe-nv <[email protected]>

---------

Signed-off-by: xinhe-nv <[email protected]>
* skip_pre_ada for fp8 cases

Signed-off-by: Ivy Zhang <[email protected]>

* update

Signed-off-by: Ivy Zhang <[email protected]>

* update after rebase

Signed-off-by: Ivy Zhang <[email protected]>

---------

Signed-off-by: Ivy Zhang <[email protected]>
…nd fix moe fallback issue. (NVIDIA#3793)

* Reduce memory usage in fused moe op associated with AutoTuning.
* Replace pre-defined bucket size strategy with a generating function based on the tune_max_num_tokens.
* Add free_memory logic of workspace in min_latency_mode fused moe path.

Signed-off-by: Yukun He <[email protected]>

* Fix fused_moe fallback issue. (NVIDIA#3652)

min_latency_mode is only set to False during warmup phase. Thus when it becomes true during inference, all tactics fall back to the default one and thus cause perf regression.

Signed-off-by: Yukun He <[email protected]>

---------

Signed-off-by: Yukun He <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.