From 6e23edfbfa53e44aa5c3f1e0edcd4918695786b8 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 4 Jun 2024 08:31:14 +0300 Subject: [PATCH] ggml : fix missing quotes ggml-ci --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)