From 72c8da199a5c78dc80f043530e0a0faff27f7106 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 19 Mar 2025 08:31:00 -0700 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 93d0e6cfed..41da912600 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1175,9 +1175,11 @@ def unsloth_compile_transformers( "so turning off some optimizations!" ) return + print(disable) if disable: return model_types = list(dict().fromkeys(model_types).keys()) + print(model_types) for model_type in model_types: _unsloth_compile_transformers( model_type,