ggml : fix missing quotes
ggml-ci
This commit is contained in:
parent
41e8f8cce4
commit
6e23edfbfa
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -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__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue