diff --git a/controllers/llamaCPP.h b/controllers/llamaCPP.h index ad2b1c46a..fc719980c 100644 --- a/controllers/llamaCPP.h +++ b/controllers/llamaCPP.h @@ -1408,7 +1408,7 @@ class llamaCPP : public drogon::HttpSimpleController { // load the model if (!llama.loadModel(params)) { - LOG_ERROR_LLAMA("Strange error","Error loading the model will exit the program"); + LOG_ERROR << "Error loading the model will exit the program"; std::terminate(); } nitro_utils::nitro_logo(); diff --git a/main.cc b/main.cc index 551f14e58..d10ed5a49 100644 --- a/main.cc +++ b/main.cc @@ -3,8 +3,8 @@ #include #if defined(__APPLE__) && defined(__MACH__) -#include #include // for dirname() +#include #elif defined(__linux__) #include // for dirname() #include // for readlink()