From 0d1cd0171a23a35dadddc711800fa6eca9917cd3 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 6 May 2024 21:17:11 +0800 Subject: [PATCH] update docs --- kcpp_docs.embd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 83a6708d6..ed63871b8 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -203,6 +203,11 @@ "description": "KoboldCpp ONLY. If true, prints special tokens as text for GGUF models", "type": "boolean" }, + "bypass_eos": { + "default": false, + "description": "KoboldCpp ONLY. If true, allows EOS token to be generated, but does not stop generation. Not recommended unless you know what you are doing.", + "type": "boolean" + }, "banned_tokens": { "description": "An array of string sequences to remove from model vocab. All matching tokens with matching substrings are removed.", "items": { @@ -1219,7 +1224,7 @@ } ] }; - +