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 c123637 commit 1016a75Copy full SHA for 1016a75
src/compressed_tensors/quantization/quant_scheme.py
@@ -66,18 +66,6 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
66
QuantizationStrategy.GROUP,
67
QuantizationStrategy.TENSOR_GROUP,
68
):
69
-<<<<<<< HEAD
70
-=======
71
- if (
72
- inputs.strategy == QuantizationStrategy.GROUP
73
- and inputs.dynamic is True
74
- ):
75
- raise NotImplementedError(
76
- "Static and local group-wise activation "
77
- "quantization is not supported"
78
- )
79
-
80
->>>>>>> db46c84 (satisfy quality checker)
81
raise NotImplementedError(
82
f"Using {inputs.strategy} strategy is not supported for "
83
"activation quantization"
0 commit comments