Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _compute_routing(
"Number of tokens mismatch"
)

from vllm.model_executor.layers.fused_moe.rocm_aiter_fused_moe import (
from vllm.model_executor.layers.fused_moe.experts.rocm_aiter_moe import (
aiter_topK_meta_data,
)
Comment thread
weizhoublue marked this conversation as resolved.

Expand Down Expand Up @@ -127,7 +127,7 @@ def _compute_routing(
)

if aiter_topK_meta_data is not None:
from vllm.model_executor.layers.fused_moe.rocm_aiter_fused_moe import (
from vllm.model_executor.layers.fused_moe.experts.rocm_aiter_moe import (
inject_shared_expert_weights,
)
Comment thread
weizhoublue marked this conversation as resolved.

Expand Down
Loading