From cfe217f1cab4301818e9da5a66688b4fc407291f Mon Sep 17 00:00:00 2001 From: xaedes Date: Sat, 2 Sep 2023 16:11:31 +0200 Subject: [PATCH] fix README.md --- examples/finetune/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/finetune/README.md b/examples/finetune/README.md index e034bb2f0..0a5a3cfd7 100644 --- a/examples/finetune/README.md +++ b/examples/finetune/README.md @@ -11,7 +11,7 @@ wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/s --model-base open-llama-3b-v2-q8_0.gguf \ --checkpoint-in chk-lora-open-llama-3b-v2-q8_0-shakespeare-LATEST.gguf \ --checkpoint-out chk-lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.gguf \ - --model-out lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.bin \ + --lora-out lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.bin \ --train-data "shakespeare.txt" \ --save-every 10 \ --threads 6 --adam-iter 30 --batch 4 --ctx 64 \