Skip to content

Commit

Permalink
change GGML_MAX_NAME to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
leejet committed Jan 5, 2024
1 parent 3eace58 commit 5e44969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ggml/ggml.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
#define GGML_MAX_PARAMS 2048
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_SRC 10
#define GGML_MAX_NAME 64
#define GGML_MAX_NAME 128
#define GGML_MAX_OP_PARAMS 64
#define GGML_DEFAULT_N_THREADS 4
#define GGML_DEFAULT_GRAPH_SIZE 2048
Expand Down

0 comments on commit 5e44969

Please sign in to comment.