used LOG_INFO after successful model loading

This commit is contained in:
Behnam M 2024-01-11 12:15:59 -05:00 committed by GitHub
parent d0375a2ea6
commit 1eebbd6d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2906,6 +2906,7 @@ int main(int argc, char **argv)
} else {
llama.initialize();
state.store(SERVER_STATE_READY);
LOG_INFO("model loaded", {});
}
// Middleware for API key validation