server
: update log
This commit is contained in:
parent
c5a0d57ee5
commit
0e9c4bf5af
1 changed files with 1 additions and 1 deletions
|
@ -2349,7 +2349,7 @@ struct server_context {
|
||||||
|
|
||||||
completion_token_output result;
|
completion_token_output result;
|
||||||
if (params.testing_sampler_delay_millis > 0) {
|
if (params.testing_sampler_delay_millis > 0) {
|
||||||
LOG_DBG("sleeping for %dms before sampling (for tests!)\n", params.testing_sampler_delay_millis);
|
SRV_DBG("sleeping for %dms before sampling (for tests!)\n", params.testing_sampler_delay_millis);
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(params.testing_sampler_delay_millis));
|
std::this_thread::sleep_for(std::chrono::milliseconds(params.testing_sampler_delay_millis));
|
||||||
}
|
}
|
||||||
const llama_token id = gpt_sampler_sample(slot.smpl, ctx, slot.i_batch - i);
|
const llama_token id = gpt_sampler_sample(slot.smpl, ctx, slot.i_batch - i);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue