Skip to content

Commit 1d78fec

Browse files
authored
Fix LoRA acronym (#1145)
1 parent 284685f commit 1d78fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ These options provide extra functionality and customization when running the LLa
177177
- `-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.
178178
- `--verbose-prompt`: Print the prompt before generating text.
179179
- `--mtest`: Test the model's functionality by running a series of tests to ensure it's working properly.
180-
- `--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.
180+
- `--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.
181181
- `--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.

0 commit comments

Comments
 (0)