From f6a874c04aa3551b82cd346734baa05d791839c8 Mon Sep 17 00:00:00 2001 From: leejet Date: Sat, 30 Aug 2025 03:53:03 +0800 Subject: [PATCH] avoid build failure on MacOS --- ggml/src/ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index e025977508..f35c337952 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -1078,7 +1078,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = { "conv_transpose_1d(x)", "im2col(x)", "im2col_back(x)", - "im2col_3d(x)" + "im2col_3d(x)", "conv_2d(x)", "conv_3d(x)", "conv_2d_dw(x)",