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 021662b commit e5b58abCopy full SHA for e5b58ab
auto_round/compressors/base.py
@@ -2483,7 +2483,7 @@ def quantize_block(
2483
device: Union[str, torch.device] = "cpu",
2484
auto_offload=True,
2485
):
2486
- # TODO: relase below assertion after supporting MLLM and diffusion model quantization with quantize_block
+ # TODO: release below assertion after supporting MLLM and diffusion model quantization with quantize_block
2487
assert self.__class__.__name__ not in [
2488
"DiffusionCompressor",
2489
"MLLMCompressor",
0 commit comments