You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile_topology_num_slices: -1# Number of target slices, set to a positive integer.
323
334
use_qwix_quantization: False # Whether to use qwix for quantization. If set to True, the transformer of WAN will be quantized using qwix.
324
-
# Quantization calibration method used for weights and activations. Supported methods can be found in https://github.com/google/qwix/blob/dc2a0770351c740e5ab3cce7c0efe9f7beacce9e/qwix/qconfig.py#L70-L80
325
-
quantization_calibration_method: "absmax"
335
+
# Quantization calibration method used for weights, activations and bwd. Supported methods can be found in https://github.com/google/qwix/blob/dc2a0770351c740e5ab3cce7c0efe9f7beacce9e/qwix/qconfig.py#L70-L80
336
+
weight_quantization_calibration_method: "absmax"
337
+
act_quantization_calibration_method: "absmax"
338
+
bwd_quantization_calibration_method: "absmax"
326
339
qwix_module_path: ".*"
327
340
328
341
# Eval model on per eval_every steps. -1 means don't eval.
compile_topology_num_slices: -1# Number of target slices, set to a positive integer.
335
345
use_qwix_quantization: False # Whether to use qwix for quantization. If set to True, the transformer of WAN will be quantized using qwix.
336
-
# Quantization calibration method used for weights and activations. Supported methods can be found in https://github.com/google/qwix/blob/dc2a0770351c740e5ab3cce7c0efe9f7beacce9e/qwix/qconfig.py#L70-L80
337
-
quantization_calibration_method: "absmax"
346
+
# Quantization calibration method used for weights, activations and bwd. Supported methods can be found in https://github.com/google/qwix/blob/dc2a0770351c740e5ab3cce7c0efe9f7beacce9e/qwix/qconfig.py#L70-L80
347
+
weight_quantization_calibration_method: "absmax"
348
+
act_quantization_calibration_method: "absmax"
349
+
bwd_quantization_calibration_method: "absmax"
338
350
qwix_module_path: ".*"
339
351
340
352
# Eval model on per eval_every steps. -1 means don't eval.
0 commit comments