Skip to content

Commit eddf7ea

Browse files
committed
minor
Signed-off-by: Mindy Li <[email protected]>
1 parent b59a9ad commit eddf7ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unittest/_torch/modules/test_fused_moe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,6 @@ def test_fused_moe_fp8_blockwise_cutlass(dtype,
812812
intermediate_size=INTERMEDIATE_SIZE,
813813
dtype=dtype,
814814
model_config=ModelConfig(quant_config=quant_config),
815-
# Note: use deepgemm mm will cause accuracy error, so we use trtllmgen mm here
816-
use_cute_dsl_blockscaling_mm=True,
817815
)
818816
ref_fused_moe.load_weights([weights])
819817
ref_fused_moe.cuda()

0 commit comments

Comments
 (0)