Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/kernels/moe/test_deepep_deepgemm_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
per_token_group_quant_fp8)
from vllm.platforms import current_platform

from .deepep_utils import ProcessGroupInfo, parallel_launch
from .utils import ProcessGroupInfo, parallel_launch

has_deep_ep = importlib.util.find_spec("deep_ep") is not None

Expand Down
2 changes: 1 addition & 1 deletion tests/kernels/moe/test_deepep_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
per_token_group_quant_fp8)
from vllm.platforms import current_platform

from .deepep_utils import ProcessGroupInfo, parallel_launch
from .utils import ProcessGroupInfo, parallel_launch

has_deep_ep = importlib.util.find_spec("deep_ep") is not None

Expand Down
2 changes: 1 addition & 1 deletion tests/kernels/moe/test_pplx_cutlass_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FusedMoEModularKernel)
from vllm.platforms import current_platform

from .deepep_utils import ProcessGroupInfo, parallel_launch
from .utils import ProcessGroupInfo, parallel_launch

try:
from pplx_kernels import AllToAll
Expand Down
2 changes: 1 addition & 1 deletion tests/kernels/moe/test_pplx_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
FusedMoEModularKernel)
from vllm.platforms import current_platform

from .deepep_utils import ProcessGroupInfo, parallel_launch
from .utils import ProcessGroupInfo, parallel_launch

requires_pplx = pytest.mark.skipif(
not has_pplx,
Expand Down
File renamed without changes.