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 0ad7512 commit 244508aCopy full SHA for 244508a
examples/server/server.cpp
@@ -2217,6 +2217,9 @@ struct server_context {
2217
};
2218
2219
for (auto & slot : slots) {
2220
+ if (slot.infill || slot.embedding) {
2221
+ continue;
2222
+ }
2223
if (slot.state != SLOT_STATE_PROCESSING || slot.i_batch < (int) i || slot.i_batch >= (int) (i + n_tokens)) {
2224
continue; // continue loop of slots
2225
}
0 commit comments