[MoE] Move PF Methods to Folder (#35927)

This commit is contained in:
Robert Shaw
2026-03-22 04:42:59 -04:00
committed by GitHub
parent 6eedec6e36
commit 4383f1532e
11 changed files with 25 additions and 22 deletions

View File

@@ -37,10 +37,10 @@ from .parallel_utils import ProcessGroupInfo, parallel_launch
from .utils import make_dummy_moe_config, make_test_weights
if has_deep_ep():
from vllm.model_executor.layers.fused_moe.deepep_ht_prepare_finalize import (
from vllm.model_executor.layers.fused_moe.prepare_finalize.deepep_ht import (
DeepEPHTPrepareAndFinalize,
)
from vllm.model_executor.layers.fused_moe.deepep_ll_prepare_finalize import (
from vllm.model_executor.layers.fused_moe.prepare_finalize.deepep_ll import (
DeepEPLLPrepareAndFinalize,
)