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 db46c84 commit 9f3f9acCopy full SHA for 9f3f9ac
src/compressed_tensors/quantization/quant_scheme.py
@@ -71,7 +71,8 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
71
and inputs.dynamic is True
72
):
73
raise NotImplementedError(
74
- "Static and local group-wise quantization is not supported"
+ "Static and local group-wise activation "
75
+ "quantization is not supported"
76
)
77
78
0 commit comments