aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslaren <2141330+slaren@users.noreply.github.com>2023-04-23 23:03:44 +0200
committerGitHub <noreply@github.com>2023-04-23 23:03:44 +0200
commit1d78fecdab4087028a38517e86ed129f077174d8 (patch)
tree94c703ca51c4fc6394e0d0df853c448c7117e8c6
parent284685f1692258c2bcf08b86b723b80ba2e66c7a (diff)
Fix LoRA acronym (#1145)
-rw-r--r--examples/main/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main/README.md b/examples/main/README.md
index dcfbdfd..5cbc503 100644
--- a/examples/main/README.md
+++ b/examples/main/README.md
@@ -177,5 +177,5 @@ These options provide extra functionality and customization when running the LLa
- `-h, --help`: Display a help message showing all available options and their default values. This is particularly useful for checking the latest options and default values, as they can change frequently, and the information in this document may become outdated.
- `--verbose-prompt`: Print the prompt before generating text.
- `--mtest`: Test the model's functionality by running a series of tests to ensure it's working properly.
-- `--lora FNAME`: Apply a LoRA (Layer-wise Relevance Approximation) adapter to the model (implies --no-mmap). This allows you to adapt the pretrained model to specific tasks or domains.
+- `--lora FNAME`: Apply a LoRA (Low-Rank Adaptation) adapter to the model (implies --no-mmap). This allows you to adapt the pretrained model to specific tasks or domains.
- `--lora-base FNAME`: Optional model to use as a base for the layers modified by the LoRA adapter. This flag is used in conjunction with the `--lora` flag, and specifies the base model for the adaptation.