diff --git a/src/axolotl/utils/models.py b/src/axolotl/utils/models.py index a2fe0b494..934f2f74c 100644 --- a/src/axolotl/utils/models.py +++ b/src/axolotl/utils/models.py @@ -293,6 +293,7 @@ def load_llama_adapter(model, cfg): ) if cfg.lora_model_dir: + logging.info("Loading pretained LORA") model = PeftModel.from_pretrained( model, cfg.lora_model_dir,