File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222from .bitsandbytes import BnB4BitDiffusersQuantizer , BnB8BitDiffusersQuantizer
2323from .gguf import GGUFQuantizer
24- from .nunchaku import NunChakuQuantizer
24+ from .nunchaku import NunchakuQuantizer
2525from .quantization_config import (
2626 BitsAndBytesConfig ,
2727 GGUFQuantizationConfig ,
4141 "gguf" : GGUFQuantizer ,
4242 "quanto" : QuantoQuantizer ,
4343 "torchao" : TorchAoHfQuantizer ,
44- "nunchaku" : NunChakuQuantizer ,
44+ "nunchaku" : NunchakuQuantizer ,
4545}
4646
4747AUTO_QUANTIZATION_CONFIG_MAPPING = {
Original file line number Diff line number Diff line change 1- from .nunchaku_quantizer import NunChakuQuantizer
1+ from .nunchaku_quantizer import NunchakuQuantizer
Original file line number Diff line number Diff line change 2929logger = logging .get_logger (__name__ )
3030
3131
32- class NunChakuQuantizer (DiffusersQuantizer ):
32+ class NunchakuQuantizer (DiffusersQuantizer ):
3333 r"""
3434 Diffusers Quantizer for Nunchaku (https://github.com/nunchaku-tech/nunchaku)
3535 """
You can’t perform that action at this time.
0 commit comments