Skip to content

Commit 8a7c376

Browse files
committed
fix code format
Signed-off-by: Mengqing Cao <cmq0113@163.com>
1 parent c7a862a commit 8a7c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/fused_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
from vllm.model_executor.layers.quantization.utils.fp8_utils import (
2222
per_token_group_quant_fp8)
2323
from vllm.platforms import current_platform
24+
from vllm.triton_utils import triton_jit_decorator
2425
from vllm.utils import direct_register_custom_op, round_up
2526

2627
from .rocm_aiter_fused_moe import (is_rocm_aiter_moe_enabled,
2728
rocm_aiter_fused_experts,
2829
rocm_aiter_topk_softmax)
29-
from vllm.triton_utils import triton_jit_decorator
3030

3131
logger = init_logger(__name__)
3232

0 commit comments

Comments
 (0)