koboldcpp: parse logprobs

This commit is contained in:
Cohee
2024-11-01 11:38:31 +02:00
parent 5fe1bc46e6
commit 07feccbe35
2 changed files with 2 additions and 0 deletions

View File

@ -944,6 +944,7 @@ export function parseTextgenLogprobs(token, logprobs) {
}
switch (settings.type) {
case KOBOLDCPP:
case TABBY:
case VLLM:
case APHRODITE: