From 8dc6f1647e040f918d6a24723f38da0f43fc9d7a Mon Sep 17 00:00:00 2001 From: Robert Sinclair <0wwafa@gmail.com> Date: Mon, 3 Jun 2024 19:55:52 +0300 Subject: [PATCH] Update server.cpp --- examples/server/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/server.cpp b/examples/server/server.cpp index 28e8b43bc..7379fbaf4 100644 --- a/examples/server/server.cpp +++ b/examples/server/server.cpp @@ -3034,7 +3034,7 @@ int main(int argc, char ** argv) { LOG_ERROR("unable to load model", {{"error", "Load model failed"}}); state.store(SERVER_STATE_ERROR); return 1; - } + } // Initialize the server context if the model is loaded successfully ctx_server.init(); state.store(SERVER_STATE_READY);