Skip to content

Commit e5b58ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 021662b commit e5b58ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_round/compressors/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ def quantize_block(
24832483
device: Union[str, torch.device] = "cpu",
24842484
auto_offload=True,
24852485
):
2486-
# TODO: relase below assertion after supporting MLLM and diffusion model quantization with quantize_block
2486+
# TODO: release below assertion after supporting MLLM and diffusion model quantization with quantize_block
24872487
assert self.__class__.__name__ not in [
24882488
"DiffusionCompressor",
24892489
"MLLMCompressor",

0 commit comments

Comments
 (0)