We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c8262 commit 904a4b0Copy full SHA for 904a4b0
src/compressed_tensors/quantization/quant_scheme.py
@@ -68,7 +68,7 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
68
):
69
if (
70
inputs.strategy == QuantizationStrategy.GROUP
71
- and inputs.dynamic != True
+ and inputs.dynamic is True
72
73
raise NotImplementedError(
74
"Static and local group-wise quantization is not supported"
0 commit comments