Skip to content

Commit 904a4b0

Browse files
committed
satisfy quality checker
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 01c8262 commit 904a4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compressed_tensors/quantization/quant_scheme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
6868
):
6969
if (
7070
inputs.strategy == QuantizationStrategy.GROUP
71-
and inputs.dynamic != True
71+
and inputs.dynamic is True
7272
):
7373
raise NotImplementedError(
7474
"Static and local group-wise quantization is not supported"

0 commit comments

Comments
 (0)