Skip to content

Commit 916f902

Browse files
committed
fix merge
Signed-off-by: Bill Nell <[email protected]>
1 parent be1a8e5 commit 916f902

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
@@ -765,7 +765,7 @@ def get_default_config(
765765
# num_stages=3 can cause triton.runtime.errors.OutOfResources
766766
# on ROCm, set it to 2 instead.
767767
config = {
768-
"BLOCK_SIZE_M": 64 if not use_deep_gemm else dg.get_m_alignment_for_contiguous_layout(),
768+
"BLOCK_SIZE_M": 64,
769769
"BLOCK_SIZE_N": block_shape[0],
770770
"BLOCK_SIZE_K": block_shape[1],
771771
"GROUP_SIZE_M": 32,

0 commit comments

Comments
 (0)