[MoE] Move FlashInfer CuteDSL experts into fused_moe/experts/ (#37759)

Signed-off-by: Robert Shaw <robertgshaw2@gmail.com>
This commit is contained in:
Robert Shaw
2026-03-21 19:15:16 -04:00
committed by GitHub
parent eeee5b262d
commit 6b2fa3a762
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ from flashinfer import fp4_quantize
from torch.nn import functional as F
from vllm.model_executor.layers.activation import SiluAndMul
from vllm.model_executor.layers.fused_moe.flashinfer_cutedsl_moe import (
from vllm.model_executor.layers.fused_moe.experts.flashinfer_cutedsl_moe import (
flashinfer_cutedsl_moe_masked,
)
from vllm.utils.flashinfer import (