Bob
Bob
Hi, everyone, I want to know ggml how to compute depthwise conv. I found ggml_conv_depthwise_2d() api in https://github.com/ggerganov/ggml/blob/0cbb7c0e053f5419cfbebb46fbf4d4ed60182cf5/src/ggml.c#L6055, but there is no parameter ‘group’ in this function, how should I...
When I use onnx-tool to count the flops and params of my wenet model, I encounter this issue: this Node GreaterOrEqual-GreaterOrEqual_27 has no value_infer.
### What happened? My model arch is based on nanogpt(gpt2) , when I run the inference, I encounter the following faults: "llama.cpp/ggml/src/ggml.c:13698: ggml_compute_forward_soft_max_f32: Assertion `sum > 0.0' failed." I debug...