diff --git a/ggml.c b/ggml.c index d848bd0ef..8869e146a 100644 --- a/ggml.c +++ b/ggml.c @@ -2274,7 +2274,7 @@ inline static float ggml_silu_f32(float x) { #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 "ref: https://github.com/ggerganov/llama.cpp/pull/7154#issuecomment-2143844461 +#error "ref: https://github.com/ggerganov/llama.cpp/pull/7154#issuecomment-2143844461" #endif #if defined(__ARM_NEON) && defined(__aarch64__)