We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e97c5f commit 389ff61Copy full SHA for 389ff61
1 file changed
tools/server/server-queue.cpp
@@ -381,7 +381,8 @@ server_task_result_ptr server_response_reader::next(const std::function<bool()>
381
if (result == nullptr) {
382
// timeout, check stop condition
383
if (should_stop()) {
384
- SRV_DBG("%s", "stopping wait for next result due to should_stop condition\n");
+ SRV_WRN("%s", "stopping wait for next result due to should_stop condition (adjust the --timeout argument if needed)\n");
385
+ SRV_WRN("%s", "ref: https://github.com/ggml-org/llama.cpp/pull/22907\n");
386
return nullptr;
387
}
388
} else {
0 commit comments