mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-04 20:11:17 +02:00
update docs
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user