Skip to content

Commit b5374ae

Browse files
committed
fix merge
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent e3359eb commit b5374ae

File tree

1 file changed

+1
-1
lines changed
  • src/compressed_tensors/compressors/quantized_compressors

1 file changed

+1
-1
lines changed

src/compressed_tensors/compressors/quantized_compressors/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import torch
2020
from compressed_tensors.compressors.base import BaseCompressor
21-
from compressed_tensors.quantization import QuantizationStrategy
21+
from compressed_tensors.quantization import QuantizationScheme, QuantizationStrategy
2222
from compressed_tensors.utils import (
2323
get_nested_mappings_from_state_dict,
2424
get_nested_weight_mappings,

0 commit comments

Comments
 (0)