mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-16 07:38:28 +00:00
graph : restore ubatch in build_cb
ggml-ci
This commit is contained in:
@ -14,6 +14,7 @@ public:
|
||||
virtual void build_cb(
|
||||
ggml_tensor * cur,
|
||||
const char * name,
|
||||
const llama_ubatch & ubatch,
|
||||
int il) = 0;
|
||||
|
||||
// apply control vector for layer il
|
||||
|
Reference in New Issue
Block a user