Skip to content

Commit 107bd93

Browse files
committed
remove scheme
1 parent 35d98d5 commit 107bd93

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/compressed_tensors/quantization/quant_scheme.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,7 @@ def is_preset_scheme(name: str) -> bool:
108108
symmetric=True,
109109
dynamic=False,
110110
group_size=16,
111-
),
112-
input_activations=QuantizationArgs(
113-
num_bits=4,
114-
type=QuantizationType.FLOAT,
115-
strategy=QuantizationStrategy.TENSOR,
116-
symmetric=True,
117-
dynamic=False,
118-
observer=None,
119-
),
111+
)
120112
)
121113

122114
# 8 bit integer weights and 8 bit activations quantization

0 commit comments

Comments
 (0)