Skip to content

feat: add HybridEP example config for Qwen3-30B-A3B#1666

Merged
akoumpa merged 1 commit intomainfrom
hemild/hybridep-config
Apr 2, 2026
Merged

feat: add HybridEP example config for Qwen3-30B-A3B#1666
akoumpa merged 1 commit intomainfrom
hemild/hybridep-config

Conversation

@hemildesai
Copy link
Copy Markdown
Contributor

Summary

  • Adds examples/llm_finetune/qwen/qwen3_moe_30b_te_hybridep.yaml — a fine-tuning config using the HybridEP token dispatcher with TE experts and packed sequences
  • Addresses the missing YAML config noted in feat: add hybridep #1333

Test plan

  • YAML parses correctly
  • BackendConfig(dispatcher="hybridep", experts="te", ...) validates successfully
  • Full 8-GPU run with automodel examples/llm_finetune/qwen/qwen3_moe_30b_te_hybridep.yaml --nproc-per-node 8

🤖 Generated with Claude Code

Add a fine-tuning YAML config that uses the HybridEP token dispatcher
with TE experts and packed sequences, matching the existing DeepEP
config style.

Signed-off-by: Hemil Desai <hemild@nvidia.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: hemildesai <hemild@nvidia.com>
@hemildesai hemildesai added the docs-only With great power comes great responsibility. label Apr 2, 2026
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Apr 2, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@hemildesai
Copy link
Copy Markdown
Contributor Author

/claude review

@hemildesai
Copy link
Copy Markdown
Contributor Author

/ok to test ec3c4bb

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akoumpa akoumpa merged commit cefa53f into main Apr 2, 2026
31 checks passed
@akoumpa akoumpa deleted the hemild/hybridep-config branch April 2, 2026 23:32
@akoumpa akoumpa mentioned this pull request Apr 2, 2026
linnanwang pushed a commit that referenced this pull request Apr 24, 2026
Add a fine-tuning YAML config that uses the HybridEP token dispatcher
with TE experts and packed sequences, matching the existing DeepEP
config style.

Signed-off-by: Hemil Desai <hemild@nvidia.com>
Signed-off-by: hemildesai <hemild@nvidia.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-only With great power comes great responsibility.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants