From c9dafd5eaffd935f0e5b810b1efe0f3ea63f60ad Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 9 Mar 2025 23:33:21 -0700 Subject: [PATCH] Update loader.py --- unsloth/models/loader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index 3453e835e9..9c5f706e9e 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -476,7 +476,6 @@ 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: