[TRTLLM-11551][feat] Support EPLB with various MoE backends for nemotron-h models#12280
Conversation
📝 WalkthroughWalkthroughThis PR adds support for configurable activation functions in Wide EP MoE and extends MoE model architecture support to include NemotronHForCausalLM. The Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
7b8ebae to
6296cbf
Compare
|
/bot help |
GitHub Bot Help
Provide a user friendly way for developers to interact with a Jenkins server. Run See details below for each supported subcommand. Details
Launch build/test pipelines. All previously running jobs will be killed.
kill
Kill all running builds associated with pull request. skip
Skip testing for latest commit on pull request. 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. |
|
/bot run --only-multi-gpu-test --disable-fail-fast |
|
PR_Github #39427 [ run ] triggered by Bot. Commit: |
|
/bot run --only-multi-gpu-test --disable-fail-fast |
|
PR_Github #39429 [ run ] triggered by Bot. Commit: |
|
PR_Github #39429 [ run ] completed with state
|
3b6c74a to
d56daed
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #40019 [ run ] triggered by Bot. Commit: |
|
PR_Github #40818 [ run ] triggered by Bot. Commit: |
|
PR_Github #40818 [ run ] completed with state
|
b4e874a to
4aff7a4
Compare
|
/bot run --stage-list "DGX_B200-8_GPUs-PyTorch-1" --disable-fail-fast |
|
PR_Github #40872 [ run ] triggered by Bot. Commit: |
|
PR_Github #40872 [ run ] completed with state
|
|
/bot run --stage-list "DGX_B200-8_GPUs-PyTorch-1" --disable-fail-fast |
|
PR_Github #41069 [ run ] triggered by Bot. Commit: |
|
PR_Github #41069 [ run ] completed with state
|
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
4aff7a4 to
09b65aa
Compare
|
/bot run --stage-list "DGX_B200-8_GPUs-PyTorch-1" --disable-fail-fast |
|
PR_Github #41140 [ run ] triggered by Bot. Commit: |
|
PR_Github #41140 [ run ] completed with state |
|
/bot skip --comment "all tests are passed in different runs" |
|
PR_Github #41195 [ skip ] triggered by Bot. Commit: |
|
PR_Github #41195 [ skip ] completed with state |
…ron-h models (NVIDIA#12280) Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com>
Summary by CodeRabbit
Release Notes
New Features
Improvements
Description
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.