We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3359eb commit b5374aeCopy full SHA for b5374ae
src/compressed_tensors/compressors/quantized_compressors/base.py
@@ -18,7 +18,7 @@
18
19
import torch
20
from compressed_tensors.compressors.base import BaseCompressor
21
-from compressed_tensors.quantization import QuantizationStrategy
+from compressed_tensors.quantization import QuantizationScheme, QuantizationStrategy
22
from compressed_tensors.utils import (
23
get_nested_mappings_from_state_dict,
24
get_nested_weight_mappings,
0 commit comments