فهرست منبع

chore: fix typo (#3073)

Signed-off-by: racerole <jiangyifeng@outlook.com>
racerole 1 سال پیش
والد
کامیت
53c107e20e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      llm/ext_server/ext_server.cpp

+ 1 - 1
llm/ext_server/ext_server.cpp

@@ -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;