mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-10 04:00:53 +00:00
WIP on sdcpp integration
This commit is contained in:
parent
1e3ac7d803
commit
f75e479db0
12 changed files with 154 additions and 664 deletions
|
|
@ -316,7 +316,7 @@
|
|||
},
|
||||
"stop_reason": {
|
||||
"type": "integer",
|
||||
"description": "Reason the generation stopped. INVALID=-1, OUT_OF_TOKENS=0, EOS_TOKEN=1, CUSTOM_STOPPER=2"
|
||||
"description": "Reason the generation stopped. INVALID=-1, OUT_OF_TOKENS=0, EOS_TOKEN_HIT=1, CUSTOM_STOPPER=2"
|
||||
},
|
||||
"queue": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue