examples : adapt to ggml.h changes (ggml/0)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-09-20 21:50:16 +03:00
parent 31ac5834fe
commit c038931615
No known key found for this signature in database
GPG key ID: BF970631944C16B7
2 changed files with 3 additions and 1 deletions

View file

@ -313,7 +313,6 @@ void ggml_abort(const char * file, int line, const char * fmt, ...) {
#define GGML_DEBUG 0
#define GGML_GELU_FP16
#define GGML_GELU_QUICK_FP16
#define GGML_N_TASKS_MAX (-1)
#define GGML_SOFT_MAX_UNROLL 4
#define GGML_VEC_DOT_UNROLL 2