mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-14 00:59:43 +00:00
f4d277ae17
* Add support for configs, add configurable prefixes / suffixes, deprecate instruct mode, add stop prompt * Add multiline mode, update text input. * bugfix * update implementation * typos * Change --multiline implementation to be toggled by EOF. * bugfix * default multiline mode * add more configs * update formating * update formatting * apply suggestions
7 lines
171 B
Text
7 lines
171 B
Text
--interactive-first
|
|
--keep -1
|
|
--ins-prefix-bos
|
|
--ins-prefix "\n### Human: "
|
|
--ins-suffix "\n### Assistant: "
|
|
--reverse-prompt "### Human: "
|
|
--rm-trailing-space-workaround
|