Skip to content

Commit bb3a527

Browse files
jartggerganov
andauthored
Update ggml.c
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent e1c02a7 commit bb3a527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ggml.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12069,8 +12069,9 @@ static void ggml_compute_forward_mul_mat_id(
1206912069
const struct ggml_tensor * ids = dst->src[2];
1207012070

1207112071
#if GGML_USE_LLAMAFILE
12072-
if (llamafile_mixmul(params, src0, src1, ids, dst))
12072+
if (llamafile_mixmul(params, src0, src1, ids, dst)) {
1207312073
return;
12074+
}
1207412075
#endif
1207512076

1207612077
const int ith = params->ith;

0 commit comments

Comments
 (0)