From 1b3e401241a6250d3e42c1fad369dc92b50b698c Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 21 May 2023 23:01:35 -0400 Subject: [PATCH] Update src/axolotl/utils/models.py for info msg Co-authored-by: NanoCode012 --- src/axolotl/utils/models.py | 1 + 1 file changed, 1 insertion(+) 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,