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.
server
1 parent c5a0d57 commit 0e9c4bfCopy full SHA for 0e9c4bf
examples/server/server.cpp
@@ -2349,7 +2349,7 @@ struct server_context {
2349
2350
completion_token_output result;
2351
if (params.testing_sampler_delay_millis > 0) {
2352
- 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);
2353
std::this_thread::sleep_for(std::chrono::milliseconds(params.testing_sampler_delay_millis));
2354
}
2355
const llama_token id = gpt_sampler_sample(slot.smpl, ctx, slot.i_batch - i);
0 commit comments