Skip to content

Commit eed97a5

Browse files
committed
sync: update ggml
1 parent fb86bf4 commit eed97a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ggml

Submodule ggml updated from 9e4bee1 to 56938c4

ggml_extend.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ __STATIC_INLINE__ struct ggml_tensor* ggml_merge_lora(ggml_context* ctx, struct
112112
// [ne03,ne02,ne01,ne00] x [ne13,ne12,ne11,ne10] => [ne03*ne13,ne02*ne12,ne01*ne11,ne00*ne10]
113113
__STATIC_INLINE__ struct ggml_tensor* ggml_kronecker(ggml_context* ctx, struct ggml_tensor* a, struct ggml_tensor* b) {
114114
return ggml_mul(ctx,
115-
ggml_upscale_ext(ctx,
115+
ggml_interpolate(ctx,
116116
a,
117117
a->ne[0] * b->ne[0],
118118
a->ne[1] * b->ne[1],

0 commit comments

Comments
 (0)