-
-
Notifications
You must be signed in to change notification settings - Fork 22.7k
[MoE Refactor] Rename FusedMoE to FusedMoEFactory #44941
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
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
d53598a
rename FusedMoE -> FusedMoEFactory
bnellnm 0a0bc2e
fix
bnellnm d3ea2e2
Merge branch 'main' into fused-moe-rename
bnellnm 1a5cdf5
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm b7a3a20
Merge remote-tracking branch 'nm-vllm/fused-moe-rename' into fused-mo…
bnellnm ab9cf60
rename new uses
bnellnm 5ed725a
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 067c2ca
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm c2b0e69
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 35c8952
Merge branch 'main' into fused-moe-rename
bnellnm 7ace30f
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm dfa4eb8
Merge remote-tracking branch 'nm-vllm/fused-moe-rename' into fused-mo…
bnellnm b7772c1
Update vllm/model_executor/layers/fused_moe/layer.py
bnellnm 4952d20
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 385dd6b
update some comments and messages
bnellnm ec345d5
Merge branch 'main' into fused-moe-rename
bnellnm e4fd672
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm c5dcd97
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 19a264d
Merge remote-tracking branch 'nm-vllm/fused-moe-rename' into fused-mo…
bnellnm 72d314d
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm ce89909
fix new model
bnellnm 557bdf9
Merge branch 'main' into fused-moe-rename
bnellnm 7e77663
Update tests/kernels/moe/test_moe_layer.py
bnellnm 2730746
Update vllm/lora/model_manager.py
bnellnm d8ab1cf
Update tests/kernels/moe/test_moe_layer.py
bnellnm ad92e2c
Update tests/kernels/moe/test_moe_layer.py
bnellnm e5d72a4
Update tests/lora/test_lora_manager.py
bnellnm 7d0390b
Update vllm/lora/layers/fused_moe.py
bnellnm 17c345c
Update vllm/lora/model_manager.py
bnellnm 46ac02a
Update vllm/model_executor/layers/fused_moe/oracle/int_wna16.py
bnellnm b2095bf
Update vllm/model_executor/layers/fused_moe/oracle/int_wna16.py
bnellnm 17ac855
Update vllm/model_executor/layers/fused_moe/runner/moe_runner.py
bnellnm fd45eee
Update vllm/model_executor/layers/fused_moe/runner/moe_runner.py
bnellnm cb15e67
Update vllm/model_executor/layers/fused_moe/runner/moe_runner.py
bnellnm 983e90b
Update vllm/_custom_ops.py
bnellnm af4898b
Update vllm/model_executor/models/openpangu.py
bnellnm 4692549
Update vllm/model_executor/models/qwen3_next.py
bnellnm d4ed309
Update vllm/model_executor/models/qwen3_moe.py
bnellnm 58d779f
Update vllm/model_executor/models/qwen3_moe.py
bnellnm 012a59e
Update vllm/model_executor/model_loader/weight_utils.py
bnellnm 69ff3fc
Update vllm/model_executor/layers/quantization/modelopt.py
bnellnm 5b8f734
Update vllm/model_executor/model_loader/bitsandbytes_loader.py
bnellnm 60739f2
Update vllm/model_executor/layers/quantization/compressed_tensors/com…
bnellnm 11c5b4e
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 4845f93
Merge branch 'main' into fused-moe-rename
bnellnm 0925fe1
Update vllm/models/deepseek_v4/nvidia/model.py
bnellnm 70bfdfd
Update vllm/models/deepseek_v4/amd/mtp.py
bnellnm c9d9b04
Update vllm/models/deepseek_v4/amd/model.py
bnellnm f06eae9
Update vllm/model_executor/warmup/deep_gemm_warmup.py
bnellnm f020495
Update vllm/model_executor/models/step3p5.py
bnellnm 07c04f3
Update vllm/model_executor/models/sarvam.py
bnellnm 5b7210c
Update vllm/model_executor/models/longcat_flash.py
bnellnm bcff0f5
Update vllm/model_executor/models/longcat_flash.py
bnellnm 85a8f7f
Update vllm/model_executor/models/laguna.py
bnellnm 5cd5853
Update vllm/model_executor/models/laguna.py
bnellnm 9d9532b
Update vllm/model_executor/models/laguna.py
bnellnm e72092c
Update vllm/model_executor/models/gemma4.py
bnellnm d04e866
Update vllm/model_executor/models/ernie45_moe.py
bnellnm 47429b0
Update vllm/model_executor/models/gemma4.py
bnellnm 8cc2d43
Update vllm/model_executor/models/bailing_moe.py
bnellnm 7875676
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 71cdb28
fix lint
bnellnm 070c1c1
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 0fec403
update for kimi
bnellnm fba6b61
Merge remote-tracking branch 'origin/main' into fused-moe-rename
bnellnm 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
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
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
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
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.
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.