summaryrefslogtreecommitdiff
path: root/examples/infill/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/infill/README.md')
-rw-r--r--examples/infill/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/infill/README.md b/examples/infill/README.md
index 74f42d2f..810a0c5e 100644
--- a/examples/infill/README.md
+++ b/examples/infill/README.md
@@ -15,6 +15,7 @@ In this section, we cover the most commonly used options for running the `infill
- `-i, --interactive`: Run the program in interactive mode, allowing you to provide input directly and receive real-time responses.
- `-n N, --n-predict N`: Set the number of tokens to predict when generating text. Adjusting this value can influence the length of the generated text.
- `-c N, --ctx-size N`: Set the size of the prompt context. The default is 512, but LLaMA models were built with a context of 2048, which will provide better results for longer input/inference.
+- `--spm-infill`: Use Suffix/Prefix/Middle pattern for infill (instead of Prefix/Suffix/Middle) as some models prefer this.
## Input Prompts