fix warnings, update README

This commit is contained in:
Evan Miller
2023-07-03 23:53:43 -04:00
parent f85785f650
commit d05ca74dd8
4 changed files with 39 additions and 4 deletions

4
ggml.h
View File

@@ -561,11 +561,11 @@ extern "C" {
GGML_API struct ggml_tensor * ggml_send_tensor(
struct ggml_context * ctx,
const struct ggml_tensor *src,
struct ggml_tensor *src,
int dst_rank);
GGML_API struct ggml_tensor * ggml_recv_tensor(
struct ggml_context * ctx,
const struct ggml_tensor *parent,
struct ggml_tensor *parent,
struct ggml_tensor *dst,
int src_rank);