Abe Voelker commited on
Commit
49b967b
1 Parent(s): 65db903

Fix README quick start example usage model dirs (#1668)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -124,11 +124,11 @@ accelerate launch -m axolotl.cli.train examples/openllama-3b/lora.yml
124
 
125
  # inference
126
  accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \
127
- --lora_model_dir="./lora-out"
128
 
129
  # gradio
130
  accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \
131
- --lora_model_dir="./lora-out" --gradio
132
 
133
  # remote yaml files - the yaml config can be hosted on a public URL
134
  # Note: the yaml config must directly link to the **raw** yaml
 
124
 
125
  # inference
126
  accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \
127
+ --lora_model_dir="./outputs/lora-out"
128
 
129
  # gradio
130
  accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \
131
+ --lora_model_dir="./outputs/lora-out" --gradio
132
 
133
  # remote yaml files - the yaml config can be hosted on a public URL
134
  # Note: the yaml config must directly link to the **raw** yaml