Skip to content

server: delegate result_state creation to server_task#17835

Merged
ngxson merged 5 commits intoggml-org:masterfrom
ngxson:xsn/server_task_create_state
Dec 8, 2025
Merged

server: delegate result_state creation to server_task#17835
ngxson merged 5 commits intoggml-org:masterfrom
ngxson:xsn/server_task_create_state

Conversation

@ngxson
Copy link
Contributor

@ngxson ngxson commented Dec 6, 2025

tasks.push_back(std::move(task));
}

rd.set_states(std::move(states));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

states looks unused now - shouldn't it be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes I forgot - it's removed in e25bf4b

@ngxson ngxson merged commit 951520d into ggml-org:master Dec 8, 2025
72 of 73 checks passed
0Marble pushed a commit to 0Marble/llama.cpp that referenced this pull request Dec 18, 2025
* server: delegate result_state creation to server_task

* remove unued states

* add more docs
Anico2 added a commit to Anico2/llama.cpp that referenced this pull request Jan 15, 2026
* server: delegate result_state creation to server_task

* remove unued states

* add more docs
blime4 referenced this pull request in blime4/llama.cpp Feb 5, 2026
* server: delegate result_state creation to server_task

* remove unued states

* add more docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants