mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-27 06:20:07 +00:00
ggml : fix trailing whitespaces (llama/0)
This commit is contained in:
parent
fd5a3e1bc6
commit
fe4acb33e3
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user