Update vision.py

This commit is contained in:
Daniel Han 2025-03-16 23:27:59 -07:00
commit dc83e76e32

View file

@ -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: