avoid build failure on MacOS

This commit is contained in:
leejet 2025-08-30 03:53:03 +08:00
parent d11a729898
commit f6a874c04a
1 changed files with 1 additions and 1 deletions

View File

@ -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)",