From: standby24x7 Date: Sun, 7 Jul 2024 10:38:02 +0000 (+0900) Subject: finetune: Rename command name in README.md (#8343) X-Git-Tag: upstream/0.0.4488~1157 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b81ba1f96b06c691020429a2d2dfcbada899ca86;p=pkg%2Fggml%2Fsources%2Fllama.cpp finetune: Rename command name in README.md (#8343) Rename an old command name "finetune" to "llama-finetune" in README.md Signed-off-by: Masanari Iida --- diff --git a/examples/finetune/README.md b/examples/finetune/README.md index a6ae6498..1c27df05 100644 --- a/examples/finetune/README.md +++ b/examples/finetune/README.md @@ -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`.