mpi : add names for layer inputs + prep ggml_mpi_graph_compute()

This commit is contained in:
Georgi Gerganov 2023-07-09 14:42:36 +03:00
parent 3232db628c
commit e339d35579
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 46 additions and 49 deletions

View file

@ -135,3 +135,12 @@ struct ggml_tensor * ggml_mpi_eval_init(
return res;
}
void ggml_mpi_graph_compute(
struct ggml_mpi_context * ctx_mpi,
struct ggml_cgraph * gf,
int n_layers,
int n_embd,
int n_tokens) {
}