From 49b967b62f04fb89dff575f18348618a54d6c827 Mon Sep 17 00:00:00 2001 From: Abe Voelker Date: Tue, 28 May 2024 17:10:40 -0500 Subject: [PATCH] Fix README quick start example usage model dirs (#1668) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23ac443ee..a3bdef2de 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ accelerate launch -m axolotl.cli.train examples/openllama-3b/lora.yml # inference accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \ - --lora_model_dir="./lora-out" + --lora_model_dir="./outputs/lora-out" # gradio accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \ - --lora_model_dir="./lora-out" --gradio + --lora_model_dir="./outputs/lora-out" --gradio # remote yaml files - the yaml config can be hosted on a public URL # Note: the yaml config must directly link to the **raw** yaml