Update loader.py

This commit is contained in:
Daniel Han 2025-03-09 23:22:13 -07:00
commit 5e23241d6e

View file

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