Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceXcluding committed Jan 2, 2025
1 parent 4bb3332 commit 34da38f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/sglang/srt/layers/moe/fused_moe_triton/fused_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from sglang.srt.layers.moe.topk import select_experts
from sglang.srt.layers.quantization.fp8_kernel import per_token_group_quant_fp8
from sglang.srt.utils import direct_register_custom_op, get_device_name, is_hip
from sgl_kernel import moe_align_block_size as sgl_moe_align_block_size

is_hip_flag = True if is_hip() else False

Expand Down

0 comments on commit 34da38f

Please sign in to comment.