server : return error on too large embedding input (#7389)
This commit is contained in:
parent
2789baf480
commit
e932094d58
1 changed files with 1 additions and 2 deletions
|
@ -1981,8 +1981,7 @@ struct server_context {
|
||||||
slot.state = SLOT_STATE_PROCESSING;
|
slot.state = SLOT_STATE_PROCESSING;
|
||||||
slot.command = SLOT_COMMAND_NONE;
|
slot.command = SLOT_COMMAND_NONE;
|
||||||
slot.release();
|
slot.release();
|
||||||
slot.print_timings();
|
send_error(slot, "input is too large to process. increase the physical batch size", ERROR_TYPE_SERVER);
|
||||||
send_final_response(slot);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue