Unverified Commit 53c107e2 authored by racerole's avatar racerole Committed by GitHub
Browse files

chore: fix typo (#3073)


Signed-off-by: default avatarracerole <jiangyifeng@outlook.com>
parent 51578d85
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment