diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index d87af0a18d..e5181cb3cd 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -105,7 +105,7 @@ def from_pretrained( # Cannot be both! if is_model and is_peft: raise RuntimeError( - "Unsloth: You repo has a LoRA adapter and a base model.\n"\ + "Unsloth: Your repo has a LoRA adapter and a base model.\n"\ "You have 2 files `config.json` and `adapter_config.json`.\n"\ "We must only allow one config file.\n"\ "Please separate the LoRA and base models to 2 repos."