1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-16 15:18:26 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Pavol Rusnak
c85e03d12e
Revert "main : alternative instruct mode (Vicuna support, etc.) ()" ()
This reverts commit f4d277ae17.
2023-04-14 22:58:43 +03:00
Tomáš Pazdiora
f4d277ae17
main : alternative instruct mode (Vicuna support, etc.) ()
* 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
2023-04-14 18:19:17 +03:00
Pavol Rusnak
82d146df9b
do not force the prompt file to end with a new line () 2023-04-13 11:33:16 +02:00
Georgi Gerganov
9e1707218a
Add "--instruct" argument for usage with Alpaca ()
Also start adding prompts in "./prompts"
2023-03-19 18:37:02 +02:00