Update llama.py

This commit is contained in:
Daniel Han-Chen 2024-06-16 04:11:04 +10:00
commit f62237d186

View file

@ -1449,6 +1449,7 @@ class FastLlamaModel:
logger.warning(
"Unsloth: Already have LoRA adapters! We shall skip this step."
)
return
else:
raise TypeError(
"Unsloth: Your model already has LoRA adapters. Your new parameters are different."