Skip to content

Commit e5447f3

Browse files
committed
fix merge
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 1c217e4 commit e5447f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/compressed_tensors/quantization/lifecycle/initialize.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ def _initialize_scale_zero_point(
185185

186186
expected_shape = (observed_shape[-1], 1)
187187

188-
<<<<<<< HEAD
189-
# 3. Identify quantization scale and zp dtype
190-
scale_dtype = module.weight.dtype
191-
=======
192188
elif strategy in (QuantizationStrategy.GROUP, QuantizationStrategy.TENSOR_GROUP):
193189
assert quantization_args.group_size is not None
194190
if len(observed_shape) < 1:
@@ -218,7 +214,6 @@ def _initialize_scale_zero_point(
218214

219215
# 2. Identify quantization scale and zp dtype
220216
scale_dtype = observed_dtype
221-
>>>>>>> fde779c (refactor)
222217

223218
if is_fp4(quantization_args=quantization_args):
224219
scale_dtype = zp_dtype = FP8_E4M3_DATA.dtype

0 commit comments

Comments
 (0)