From 3d68f364f15778dc326f5024f2e5af1ad6dfddef Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 13 Nov 2023 16:55:52 +0200 Subject: ggml : sync (im2col, GPU conv, 32-bit arm compat) (#4060) ggml-ci --- ggml-metal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ggml-metal.h') diff --git a/ggml-metal.h b/ggml-metal.h index 096b844e..be2731f8 100644 --- a/ggml-metal.h +++ b/ggml-metal.h @@ -26,7 +26,7 @@ #include // max memory buffers that can be mapped to the device -#define GGML_METAL_MAX_BUFFERS 16 +#define GGML_METAL_MAX_BUFFERS 64 #define GGML_METAL_MAX_COMMAND_BUFFERS 32 struct ggml_tensor; -- cgit v1.2.3