Skip to content

Commit 5e44969

Browse files
committed
change GGML_MAX_NAME to 128
1 parent 3eace58 commit 5e44969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ggml/ggml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
#define GGML_MAX_PARAMS 2048
219219
#define GGML_MAX_CONTEXTS 64
220220
#define GGML_MAX_SRC 10
221-
#define GGML_MAX_NAME 64
221+
#define GGML_MAX_NAME 128
222222
#define GGML_MAX_OP_PARAMS 64
223223
#define GGML_DEFAULT_N_THREADS 4
224224
#define GGML_DEFAULT_GRAPH_SIZE 2048

0 commit comments

Comments
 (0)