Update llama.py
This commit is contained in:
parent
f62237d186
commit
7f864dc8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1449,7 +1449,7 @@ class FastLlamaModel:
|
|||
logger.warning(
|
||||
"Unsloth: Already have LoRA adapters! We shall skip this step."
|
||||
)
|
||||
return
|
||||
return model
|
||||
else:
|
||||
raise TypeError(
|
||||
"Unsloth: Your model already has LoRA adapters. Your new parameters are different."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue