ggml : fix typo in ggml.c (#7603)
This commit is contained in:
parent
b864b50ce5
commit
504f0c340f
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -11012,7 +11012,7 @@ static void ggml_compute_forward_concat_f32(
|
|||
|
||||
static void ggml_compute_forward_concat(
|
||||
const struct ggml_compute_params * params,
|
||||
struct ggml_tensor* dst) {
|
||||
struct ggml_tensor * dst) {
|
||||
|
||||
const struct ggml_tensor * src0 = dst->src[0];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue