We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ceafb6 commit b9018a3Copy full SHA for b9018a3
vllm/model_executor/layers/fused_moe/layer.py
@@ -41,6 +41,7 @@
41
from .pplx_prepare_finalize import PplxPrepareAndFinalize
42
else:
43
fused_experts = None # type: ignore
44
+ FusedMoEPermuteExpertsUnpermute = None # type: ignore
45
FusedMoEPrepareAndFinalize = None # type: ignore
46
if is_rocm_aiter_moe_enabled():
47
from vllm.model_executor.layers.fused_moe.rocm_aiter_fused_moe import ( # noqa: E501
0 commit comments