]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
finetune: Rename command name in README.md (#8343)
authorstandby24x7 <redacted>
Sun, 7 Jul 2024 10:38:02 +0000 (19:38 +0900)
committerGitHub <redacted>
Sun, 7 Jul 2024 10:38:02 +0000 (13:38 +0300)
Rename an old command name "finetune" to "llama-finetune"
in README.md

Signed-off-by: Masanari Iida <redacted>
examples/finetune/README.md

index a6ae64983bc0a24bb56469a1f060765c72ed9139..1c27df053bc04660900e520348fdf95a4f7dd141 100644 (file)
@@ -87,4 +87,4 @@ The LORA rank can be configured for each model tensor type separately with these
 
 The LORA rank of 'norm' tensors should always be 1.
 
-To see all available options use `finetune --help`.
+To see all available options use `llama-finetune --help`.