rebase to master (except ggml-cuda)

This commit is contained in:
slaren 2023-07-16 14:36:32 +02:00
parent 33ab185dd1
commit 9c72e7e916
5 changed files with 21 additions and 30 deletions

2
ggml.h
View file

@ -199,7 +199,7 @@
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_SRC 6
#define GGML_MAX_NAME 48
#define GGML_MAX_OP_PARAMS 16
#define GGML_MAX_OP_PARAMS 32
#define GGML_DEFAULT_N_THREADS 4