From 5b45f0fef7d5484459c2de4f67f647c9ba931b4a Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 9 Mar 2025 23:22:13 -0700 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 434555eb08..e187a6381a 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -474,6 +474,7 @@ class FastModel(FastBaseModel): print("Unsloth: LoRA, QLoRA and full finetuning all not selected. Switching to QLoRA.") load_in_4bit = True pass + print(full_finetuning, load_in_4bit, load_in_8bit) old_model_name = model_name if not use_exact_model_name: