diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index c8b2feff..2a39dc7b 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -4069,7 +4069,7 @@ struct ggml_tensor * ggml_conv_2d_dw_direct( int stride1, int pad0, int pad1, - int dilation0, + int dilation0, int dilation1) { GGML_ASSERT(a->ne[2] == 1); GGML_ASSERT(a->ne[3] == b->ne[2]);