We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c6811 commit 2aba0cbCopy full SHA for 2aba0cb
examples/server/server.cpp
@@ -1123,7 +1123,7 @@ struct server_context {
1123
});
1124
}
1125
1126
- if (!slot.cache_tokens.empty() && result.tok == llama_token_eos(model)) {
+ if (result.tok == llama_token_eos(model)) {
1127
slot.stopped_eos = true;
1128
slot.has_next_token = false;
1129
0 commit comments