mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-16 23:57:35 +00:00
context : minor simplify
ggml-ci
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user