Update vision.py
This commit is contained in:
parent
5f841dd1e1
commit
dc83e76e32
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue