chore: fix typo (#3073)

Signed-off-by: racerole <jiangyifeng@outlook.com>
This commit is contained in:
racerole 2024-03-13 02:09:22 +08:00 committed by GitHub
parent 51578d8573
commit 53c107e20e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ void llama_server_init(ext_server_params *sparams, ext_server_resp_t *err) {
llama_numa_init(params.numa);
if (!llama->load_model(params)) {
// an error occured that was not thrown
// an error occurred that was not thrown
err->id = -1;
snprintf(err->msg, err->msg_len, "error loading model %s", params.model.c_str());
return;