mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-16 05:48:09 +00:00
ggml : fix trailing whitespaces (llama/0)
This commit is contained in:
@ -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]);
|
||||
|
Reference in New Issue
Block a user