summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGalunid <karolek1231456@gmail.com>2023-11-20 19:30:00 +0100
committerGitHub <noreply@github.com>2023-11-20 19:30:00 +0100
commit0b871f1a04ef60e114bbe43004fd9c21114e802d (patch)
tree218a03ca92323487347018a0ea62c77c2e28f59d /examples
parentdfc7cd48b1cc31d759c093e917a18c0efe03d0e8 (diff)
finetune - update readme to mention llama support only (#4148)
Diffstat (limited to 'examples')
-rw-r--r--examples/finetune/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/finetune/README.md b/examples/finetune/README.md
index 36e62578..a2a2c128 100644
--- a/examples/finetune/README.md
+++ b/examples/finetune/README.md
@@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/s
./bin/main -m open-llama-3b-v2-q8_0.gguf --lora lora-open-llama-3b-v2-q8_0-shakespeare-LATEST.bin
```
-Finetune output files will be saved every N iterations (config with `--save-every N`).
+**Only llama based models are supported!** The output files will be saved every N iterations (config with `--save-every N`).
The pattern 'ITERATION' in the output filenames will be replaced with the iteration number and with 'LATEST' for the latest output.
So in above example after 10 iterations these files will be written:
- chk-lora-open-llama-3b-v2-q8_0-shakespeare-10.gguf