mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
updated lite (+2 squashed commit)
Squashed commit: [d10a731e] update lite [2554b8e6] update docs
This commit is contained in:
parent
c230b78906
commit
6c3fd5b685
2 changed files with 153 additions and 33 deletions
|
@ -203,6 +203,13 @@
|
|||
"description": "KoboldCpp ONLY. If true, prints special tokens as text for GGUF models",
|
||||
"type": "boolean"
|
||||
},
|
||||
"banned_tokens": {
|
||||
"description": "An array of string sequences to remove from model vocab. All matching tokens with matching substrings are removed.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"logit_bias": {
|
||||
"default": {},
|
||||
"description": "KoboldCpp ONLY. An dictionary of key-value pairs, which indicate the token IDs (int) and logit bias (float) to apply for that token. Up to 16 value can be provided.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue