Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
53c107e2
Unverified
Commit
53c107e2
authored
Mar 13, 2024
by
racerole
Committed by
GitHub
Mar 12, 2024
Browse files
chore: fix typo (#3073)
Signed-off-by:
racerole
<
jiangyifeng@outlook.com
>
parent
51578d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
llm/ext_server/ext_server.cpp
llm/ext_server/ext_server.cpp
+1
-1
No files found.
llm/ext_server/ext_server.cpp
View file @
53c107e2
...
...
@@ -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 occur
r
ed that was not thrown
err
->
id
=
-
1
;
snprintf
(
err
->
msg
,
err
->
msg_len
,
"error loading model %s"
,
params
.
model
.
c_str
());
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment