Skip to content

Commit ec8cbc1

Browse files
committed
more clear
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 66bae24 commit ec8cbc1

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
@@ -73,7 +73,8 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
7373
and inputs.dynamic is True
7474
):
7575
raise NotImplementedError(
76-
"Static and local group-wise quantization is not supported"
76+
"Static and local group-wise activation "
77+
"quantization is not supported"
7778
)
7879

7980
>>>>>>> db46c84 (satisfy quality checker)

0 commit comments

Comments
 (0)