File tree Expand file tree Collapse file tree 3 files changed +3
-115
lines changed Expand file tree Collapse file tree 3 files changed +3
-115
lines changed Original file line number Diff line number Diff line change 1818import torch
1919
2020import vllm_ascend .ops .activation # noqa
21- import vllm_ascend .ops .common_fused_moe # noqa
2221import vllm_ascend .ops .fused_moe # noqa
2322import vllm_ascend .ops .layernorm # noqa
2423import vllm_ascend .ops .rotary_embedding # noqa
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -479,6 +479,9 @@ def register_ascend_customop():
479479 CustomOp .register_oot (_decorated_op_cls = AscendSiluAndMul ,
480480 name = "SiluAndMul" )
481481
482+ from vllm_ascend .ops .fused_moe import AscendFusedMoE
483+ CustomOp .register_oot (_decorated_op_cls = AscendFusedMoE , name = "FusedMoE" )
484+
482485 # NOTE: Keep this at last to ensure all custom actions are registered
483486 _ASCEND_CUSTOMOP_IS_REIGISTERED = True
484487
You can’t perform that action at this time.
0 commit comments