Skip to content

Commit 81ef79a

Browse files
committed
gathering before clean-up
1 parent 997e304 commit 81ef79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-metal/ggml-metal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define MAX(a, b) ((a) > (b) ? (a) : (b))
1515

1616
// max memory buffers that can be mapped to the device
17-
#define GGML_METAL_MAX_BUFFERS 128
17+
#define GGML_METAL_MAX_BUFFERS 32
1818

1919
// max number of MTLCommandBuffer used to submit a graph for processing
2020
#define GGML_METAL_MAX_COMMAND_BUFFERS 8

0 commit comments

Comments
 (0)