Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 4056ee9

Browse files
committed
error logging for not able to load model
1 parent 7e09315 commit 4056ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/llamaCPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ class llamaCPP : public drogon::HttpSimpleController<llamaCPP> {
14081408

14091409
// load the model
14101410
if (!llama.loadModel(params)) {
1411-
LOG_ERROR_LLAMA("Strange error","Error loading the model will exit the program");
1411+
LOG_ERROR << "Error loading the model will exit the program";
14121412
std::terminate();
14131413
}
14141414
nitro_utils::nitro_logo();

0 commit comments

Comments
 (0)