context : minor simplify

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-02-18 14:53:02 +02:00
parent befe14f06f
commit 9e50456e19
4 changed files with 22 additions and 26 deletions

View File

@ -97,7 +97,7 @@ struct llama_context : public llama_graph_i {
// TODO: add encode/decode graphs
virtual llama_graph_result graph_build(
ggml_context_ptr & ctx,
ggml_context * ctx,
const llama_ubatch & ubatch,
bool worst_case);