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