diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 6ce5b84fae..3d969d7d31 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -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."