Skip to content

Commit 15b61a8

Browse files
committed
change set
1 parent 2d4d611 commit 15b61a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/tests/wan_transformer_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def create_real_rule_instance(*args, **kwargs):
332332
config_fp8_full = Mock(spec=HyperParameters)
333333
config_fp8_full.use_qwix_quantization = True
334334
config_fp8_full.quantization = "fp8_full"
335-
config_fp8_full.weight_quantization_calibration_method = "absmax"
336-
config_fp8_full.act_quantization_calibration_method = "absmax"
335+
config_fp8_full.weight_quantization_calibration_method = "fixed,-224,224"
336+
config_fp8_full.act_quantization_calibration_method = "fixed,-224,224"
337337
config_fp8_full.bwd_quantization_calibration_method = "absmax"
338338
config_fp8_full.qwix_module_path = ".*"
339339
provider_fp8_full = WanPipeline.get_qt_provider(config_fp8_full)

0 commit comments

Comments
 (0)