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 8abbcde commit 3e69d69Copy full SHA for 3e69d69
src/compressed_tensors/quantization/quant_scheme.py
@@ -63,6 +63,7 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
63
if inputs.strategy not in (
64
QuantizationStrategy.TOKEN,
65
QuantizationStrategy.TENSOR,
66
+ QuantizationStrategy.GROUP,
67
QuantizationStrategy.TENSOR_GROUP,
68
):
69
raise NotImplementedError(
0 commit comments