diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-11-13 16:55:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 16:55:52 +0200 |
commit | 3d68f364f15778dc326f5024f2e5af1ad6dfddef (patch) | |
tree | c0c11d150ba56b4f646261790728622efa30d8a1 /ggml-metal.h | |
parent | c049b37d7baf558944501705b91ac89b26ee3e41 (diff) |
ggml : sync (im2col, GPU conv, 32-bit arm compat) (#4060)
ggml-ci
Diffstat (limited to 'ggml-metal.h')
-rw-r--r-- | ggml-metal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdbool.h> // 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; |