Skip to content

Commit 1016a75

Browse files
committed
ungate group activation quant
Signed-off-by: Kyle Sayers <[email protected]>
1 parent c123637 commit 1016a75

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/compressed_tensors/quantization/quant_scheme.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ def validate_model_after(model: "QuantizationScheme") -> "QuantizationScheme":
6666
QuantizationStrategy.GROUP,
6767
QuantizationStrategy.TENSOR_GROUP,
6868
):
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)
8169
raise NotImplementedError(
8270
f"Using {inputs.strategy} strategy is not supported for "
8371
"activation quantization"

0 commit comments

Comments
 (0)