naming : normalize the name of callback-related identifiers
ggml-ci
This commit is contained in:
parent
c4965a64f7
commit
cc1c017191
14 changed files with 202 additions and 215 deletions
|
@ -602,7 +602,7 @@ int main(int argc, char ** argv) {
|
|||
// pass the callback to the backend scheduler
|
||||
// it will be executed for each node during the graph computation
|
||||
params.cb_eval = ik_collect_imatrix;
|
||||
params.cb_eval_user_data = NULL;
|
||||
params.cb_eval_ctx = NULL;
|
||||
params.warmup = false;
|
||||
|
||||
// init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue