From 3960c4c0d082fbdbc4b7221c4073d996b20e7582 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 12 Mar 2025 04:52:07 -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 0698d5d29c..77bfa8762a 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1129,7 +1129,7 @@ def unsloth_compile_transformers( revision = revision, trust_remote_code = trust_remote_code, ) - model_types += ["siglip"] + model_types = ["siglip"] + model_types if disable: return