mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-05-15 05:24:06 +00:00
fix compile error
This commit is contained in:
@@ -5662,6 +5662,7 @@ int main(int argc, char ** argv, char ** envp) {
|
||||
// register API routes
|
||||
server_routes routes(params, ctx_server, ctx_http);
|
||||
|
||||
// TODO: improve this by changing arg.cpp
|
||||
bool is_router_server = params.model.path == DEFAULT_MODEL_PATH;
|
||||
if (is_router_server) {
|
||||
// setup server instances manager
|
||||
|
||||
Reference in New Issue
Block a user