Skip to content

Commit 33acaa2

Browse files
committed
quick fix
Signed-off-by: Siyuan Fu <siyuanf@nvidia.com>
1 parent c310276 commit 33acaa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/moe/test_dpsk_fused_moe_fp8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def test_correctness_dpsk_fp8_fused_moe(
597597
class FP8BlockScaleMoe:
598598
def __init__(self):
599599
self.name = "FP8BlockScale"
600-
self.quant_mode = QuantMode.FP8_BLOCK_SCALE
600+
self.quant_mode = QuantMode.FP8_BLOCK_SCALE_DEEPSEEK
601601

602602
moe_impl = FP8BlockScaleMoe()
603603

0 commit comments

Comments
 (0)