Skip to content

Commit ffb0825

Browse files
committed
fix test error
1 parent 0815b96 commit ffb0825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/tests/wan_transformer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def test_get_qt_provider(self, mock_qt_rule):
316316
module_path=".*", # Apply to all modules
317317
weight_qtype=jnp.float8_e4m3fn,
318318
act_qtype=jnp.float8_e4m3fn,
319-
bwd_qtype=jnp.float8_e5m2,
319+
bwd_qtype=jnp.float8_e4m3fn,
320320
bwd_use_original_residuals=True,
321321
disable_channelwise_axes=True, # per_tensor calibration
322322
weight_calibration_method=config_fp8_full.quantization_calibration_method,

0 commit comments

Comments
 (0)