Skip to content

Commit 489b497

Browse files
Galunidolexiyb
authored andcommitted
finetune - update readme to mention llama support only (ggml-org#4148)
1 parent c65e143 commit 489b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/finetune/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/s
2121
./bin/main -m open-llama-3b-v2-q8_0.gguf --lora lora-open-llama-3b-v2-q8_0-shakespeare-LATEST.bin
2222
```
2323

24-
Finetune output files will be saved every N iterations (config with `--save-every N`).
24+
**Only llama based models are supported!** The output files will be saved every N iterations (config with `--save-every N`).
2525
The pattern 'ITERATION' in the output filenames will be replaced with the iteration number and with 'LATEST' for the latest output.
2626
So in above example after 10 iterations these files will be written:
2727
- chk-lora-open-llama-3b-v2-q8_0-shakespeare-10.gguf

0 commit comments

Comments
 (0)