ggml.c : undefine GGML_GELU_FP16

This commit is contained in:
klosax 2023-08-24 23:02:01 +02:00 committed by GitHub
parent 84e8da665d
commit 252647cf55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ggml.c
View file

@ -120,7 +120,7 @@ typedef void * thread_ret_t;
/*#define GGML_PERF*/
#define GGML_DEBUG 0
#define GGML_GELU_FP16
//#define GGML_GELU_FP16
#define GGML_GELU_QUICK_FP16
#define GGML_SILU_FP16