mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-14 18:37:06 +08:00
change top level interface to mk
This commit is contained in:
parent
f790068600
commit
60279d272e
@ -31,6 +31,10 @@ from vllm.model_executor.utils import set_weight_attrs
|
||||
from vllm.platforms import current_platform
|
||||
from vllm.platforms.interface import CpuArchEnum
|
||||
from vllm.utils.flashinfer import has_flashinfer_cutlass_fused_moe
|
||||
import vllm.model_executor.layers.fused_moe.modular_kernel as mk
|
||||
from vllm.model_executor.layers.fused_moe.prepare_finalize import (
|
||||
MoEPrepareAndFinalizeNoEP,
|
||||
)
|
||||
|
||||
if current_platform.is_cuda_alike():
|
||||
from .fused_batched_moe import BatchedTritonExperts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user