We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a862a commit 8a7c376Copy full SHA for 8a7c376
vllm/model_executor/layers/fused_moe/fused_moe.py
@@ -21,12 +21,12 @@
21
from vllm.model_executor.layers.quantization.utils.fp8_utils import (
22
per_token_group_quant_fp8)
23
from vllm.platforms import current_platform
24
+from vllm.triton_utils import triton_jit_decorator
25
from vllm.utils import direct_register_custom_op, round_up
26
27
from .rocm_aiter_fused_moe import (is_rocm_aiter_moe_enabled,
28
rocm_aiter_fused_experts,
29
rocm_aiter_topk_softmax)
-from vllm.triton_utils import triton_jit_decorator
30
31
logger = init_logger(__name__)
32
0 commit comments