This commit is contained in:
Chad Brewbaker 2023-04-03 16:31:29 -05:00
parent 53dbba7695
commit 634b09c9a4

1
ggml.h
View file

@ -176,6 +176,7 @@ extern "C" {
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <mpi.h>
#define GGML_MAX_DIMS 4
#define GGML_MAX_NODES 4096