From 363ad32293fa69e7130cd4391870cbb659232e5e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 17 Nov 2024 22:01:20 -0800 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 1d22b4afb0..4a14f9a57f 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1095,8 +1095,8 @@ def unsloth_compile_transformers( revision = revision, trust_remote_code = trust_remote_code, ) + print(f"Unsloth: Automatic compiler will now patch {model_types}") for model_type in model_types: - print("Unsloth: Automatic compiler will now patch {model_type}") _unsloth_compile_transformers( model_type = model_type, sdpa_causal_only = sdpa_causal_only,