Skip to content

Commit 9f3f9ac

Browse files
committed
more clear
Signed-off-by: Kyle Sayers <[email protected]>
1 parent db46c84 commit 9f3f9ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compressed_tensors/quantization/quant_scheme.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
7171
and inputs.dynamic is True
7272
):
7373
raise NotImplementedError(
74-
"Static and local group-wise quantization is not supported"
74+
"Static and local group-wise activation "
75+
"quantization is not supported"
7576
)
7677

7778
raise NotImplementedError(

0 commit comments

Comments
 (0)