mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-18 00:27:31 +00:00
graph : restore ubatch in build_cb
ggml-ci
This commit is contained in:
@ -85,6 +85,7 @@ struct llama_context : public llama_graph_i {
|
||||
virtual void build_cb(
|
||||
ggml_tensor * cur,
|
||||
const char * name,
|
||||
const llama_ubatch & ubatch,
|
||||
int il);
|
||||
|
||||
// TODO: add encode/decode graphs
|
||||
|
Reference in New Issue
Block a user