From c9cba8d13ec50df53cc7c2293d3e6ba62c982970 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 15 Oct 2025 14:29:06 -0700 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 94f07485aa..72a627b121 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1652,7 +1652,7 @@ def error_out_no_vllm(*args, **kwargs): class TorchAOMetadata: - def __init__(qat_scheme, base_config, filter_fn, group_size): + def __init__(self, qat_scheme, base_config, filter_fn, group_size): self.qat_scheme = qat_scheme self.base_config = base_config self.filter_fn = filter_fn