mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-09 10:17:06 +00:00
mpi : trying to move more MPI stuff into ggml-mpi (WIP) (#2099)
This commit is contained in:
@@ -34,7 +34,7 @@ struct MyModel* create_mymodel(int argc, char ** argv) {
|
||||
}
|
||||
fprintf(stderr, "%s: seed = %d\n", __func__, params.seed);
|
||||
|
||||
llama_init_backend(params.numa);
|
||||
llama_backend_init(params.numa);
|
||||
|
||||
llama_model * model;
|
||||
llama_context * ctx;
|
||||
|
||||
Reference in New Issue
Block a user