Skip to content

Commit c69354d

Browse files
committed
test pplx w/naive implementation
Signed-off-by: Bill Nell <[email protected]>
1 parent f6acee6 commit c69354d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/kernels/moe/test_moe.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
from tests.kernels.utils import (opcheck, stack_and_dev, torch_moe,
1515
torch_moe_single)
1616
from vllm.config import VllmConfig, set_current_vllm_config
17-
from vllm.model_executor.layers.fused_moe import fused_moe, fused_experts
18-
from vllm.model_executor.layers.fused_moe.fused_moe import fused_topk
17+
from vllm.model_executor.layers.fused_moe import fused_moe
18+
from vllm.model_executor.layers.fused_moe.fused_moe import (
19+
fused_topk, moe_align_block_size)
1920
from vllm.model_executor.layers.fused_moe.moe_torch_iterative import (
2021
fused_moe as iterative_moe)
2122
from vllm.model_executor.layers.quantization.utils.marlin_utils_test import (

0 commit comments

Comments
 (0)