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 66bae24 commit ec8cbc1Copy full SHA for ec8cbc1
src/compressed_tensors/quantization/quant_scheme.py
@@ -73,7 +73,8 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
73
and inputs.dynamic is True
74
):
75
raise NotImplementedError(
76
- "Static and local group-wise quantization is not supported"
+ "Static and local group-wise activation "
77
+ "quantization is not supported"
78
)
79
80
>>>>>>> db46c84 (satisfy quality checker)
0 commit comments