minor fix
This commit is contained in:
parent
8d32422d39
commit
521242ffb8
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ struct server_context {
|
||||||
}
|
}
|
||||||
|
|
||||||
// skip the slot if it does not contains cached tokens
|
// skip the slot if it does not contains cached tokens
|
||||||
if (slot.prompt_tokens.empty()) {
|
if (slot.cache_tokens.empty()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue