mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 20:45:04 +00:00
naming : normalize the name of callback-related identifiers
ggml-ci
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user