ggml.h : increase GGML_MAX_NAME to 64

This commit is contained in:
klosax
2023-07-30 14:51:37 +02:00
committed by GitHub
parent ccd81a751b
commit b4676ee447

2
ggml.h
View File

@@ -198,7 +198,7 @@
#define GGML_MAX_PARAMS 256
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_SRC 6
#define GGML_MAX_NAME 48
#define GGML_MAX_NAME 64
#define GGML_MAX_OP_PARAMS 32
#define GGML_DEFAULT_N_THREADS 4