mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
set shutting_down to false once shutdown is complete (#2484)
This commit is contained in:
@@ -183,6 +183,7 @@ void llama_server_stop() {
|
||||
delete llama;
|
||||
llama = NULL;
|
||||
LOG_TEE("llama server shutdown complete\n");
|
||||
shutting_down = false;
|
||||
}
|
||||
|
||||
void llama_server_completion(const char *json_req, ext_server_resp_t *resp) {
|
||||
|
||||
Reference in New Issue
Block a user