ggml : fix missing quotes

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-06-04 08:31:14 +03:00
parent 41e8f8cce4
commit 6e23edfbfa
No known key found for this signature in database
GPG key ID: BF970631944C16B7

2
ggml.c
View file

@ -2274,7 +2274,7 @@ inline static float ggml_silu_f32(float x) {
#if __FINITE_MATH_ONLY__ #if __FINITE_MATH_ONLY__
#error "some routines in ggml.c require non-finite math arithmetics -- pass -fno-finite-math-only to the compiler to fix" #error "some routines in ggml.c require non-finite math arithmetics -- pass -fno-finite-math-only to the compiler to fix"
#error "ref: https://github.com/ggerganov/llama.cpp/pull/7154#issuecomment-2143844461 #error "ref: https://github.com/ggerganov/llama.cpp/pull/7154#issuecomment-2143844461"
#endif #endif
#if defined(__ARM_NEON) && defined(__aarch64__) #if defined(__ARM_NEON) && defined(__aarch64__)