From 308dcd703c9543eca0a324c3679012d4bd4c84fd Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 17 Mar 2025 04:49:26 -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 5c5cc375da..d539d48e69 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1179,6 +1179,7 @@ def unsloth_compile_transformers( trust_remote_code = trust_remote_code, ) model_types = ["siglip"] + model_types + print("!!!!!!!!!!!!!") if disable: return @@ -1186,7 +1187,6 @@ def unsloth_compile_transformers( os.environ["UNSLOTH_FORCE_FLOAT32"] = "0" do_forced_float32 = False model_type_arch = model_types[1] - print("!!!!!!!!!!!!!") for disable_name in FORCE_FLOAT32: print(disable_name, model_type_arch, model_name) if (disable_name.lower() == model_type_arch.lower() or \