File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/compressed_tensors/quantization/lifecycle Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,6 @@ def _initialize_scale_zero_point(
185
185
186
186
expected_shape = (observed_shape [- 1 ], 1 )
187
187
188
- < << << << HEAD
189
- # 3. Identify quantization scale and zp dtype
190
- scale_dtype = module .weight .dtype
191
- == == == =
192
188
elif strategy in (QuantizationStrategy .GROUP , QuantizationStrategy .TENSOR_GROUP ):
193
189
assert quantization_args .group_size is not None
194
190
if len (observed_shape ) < 1 :
@@ -218,7 +214,6 @@ def _initialize_scale_zero_point(
218
214
219
215
# 2. Identify quantization scale and zp dtype
220
216
scale_dtype = observed_dtype
221
- >> >> >> > fde779c (refactor )
222
217
223
218
if is_fp4 (quantization_args = quantization_args ):
224
219
scale_dtype = zp_dtype = FP8_E4M3_DATA .dtype
You can’t perform that action at this time.
0 commit comments