mpi : fix after master merge
This commit is contained in:
parent
81c5ddd532
commit
0492363137
3 changed files with 6 additions and 4 deletions
|
@ -28,7 +28,8 @@ void ggml_mpi_graph_compute(
|
|||
struct ggml_mpi_context * ctx_mpi,
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_cgraph * gf,
|
||||
int n_layers);
|
||||
int n_layers,
|
||||
int n_threads);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue