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: