mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
update docs
This commit is contained in:
parent
62ea3eee4a
commit
0d1cd0171a
1 changed files with 6 additions and 1 deletions
|
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<script>
|
||||
//self destruct into json if requested
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue