From dc83e76e321a122e8d9bd26bd5da6b49826acaba Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 16 Mar 2025 23:27:59 -0700 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index 8cf6d61553..aab6e79c6f 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -263,7 +263,7 @@ class FastBaseModel: llm_int8_skip_modules = SKIP_QUANTIZATION_MODULES.copy(), ) elif not load_in_4bit and not load_in_8bit and not full_finetuning: - print("Unsloth: LoRA, QLoRA and full finetuning all not selected. Switching to 16bit LoRA.") + print("Unsloth: QLoRA and full finetuning all not selected. Switching to 16bit LoRA.") pass if full_finetuning: