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
01ff2e14
Unverified
Commit
01ff2e14
authored
Feb 20, 2024
by
Taras Tsugrii
Committed by
GitHub
Feb 20, 2024
Browse files
[nit] Remove unused msg local var. (#2511)
parent
199e79ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
llm/ext_server/ext_server.cpp
llm/ext_server/ext_server.cpp
+0
-1
No files found.
llm/ext_server/ext_server.cpp
View file @
01ff2e14
...
...
@@ -208,7 +208,6 @@ void llama_server_completion(const char *json_req, ext_server_resp_t *resp) {
void
llama_server_completion_next_result
(
const
int
task_id
,
ext_server_task_result_t
*
resp
)
{
assert
(
llama
!=
NULL
&&
resp
!=
NULL
);
std
::
string
msg
;
resp
->
id
=
-
1
;
resp
->
stop
=
false
;
resp
->
error
=
false
;
...
...
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