diff options
Diffstat (limited to 'examples/export-lora/README.md')
-rw-r--r-- | examples/export-lora/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/export-lora/README.md b/examples/export-lora/README.md index 0cf3e8e4..1fb17fee 100644 --- a/examples/export-lora/README.md +++ b/examples/export-lora/README.md @@ -3,7 +3,7 @@ Apply LORA adapters to base model and export the resulting model. ``` -usage: export-lora [options] +usage: llama-export-lora [options] options: -h, --help show this help message and exit @@ -17,7 +17,7 @@ options: For example: ```bash -./bin/export-lora \ +./bin/llama-export-lora \ -m open-llama-3b-v2-q8_0.gguf \ -o open-llama-3b-v2-q8_0-english2tokipona-chat.gguf \ -l lora-open-llama-3b-v2-q8_0-english2tokipona-chat-LATEST.bin |