From 2a9fd4c4c2ed3f6981967dd36bac17e2c5334d4d Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 26 Nov 2024 00:34:51 -0800 Subject: [PATCH] Update loader.py --- unsloth/models/loader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index 198a95b313..393eb28dcb 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -392,6 +392,7 @@ class FastVisionModel(FastBaseVisionModel): was_disabled = are_progress_bars_disabled() disable_progress_bars() + print(model_name) autoconfig_error = None peft_error = None try: