Skip to content

Commit f8d6a23

Browse files
foldlJudd
andauthored
fix typo (#8267)
Co-authored-by: Judd <[email protected]>
1 parent fadde67 commit f8d6a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5312,7 +5312,7 @@ void ggml_mul_mat_set_prec(
53125312
as -> [cols, rows, n_expert]
53135313
ids -> [n_experts_used, n_tokens] (i32)
53145314
b -> [cols, n_expert_used, n_tokens]
5315-
c -> [cols, n_expert_used, n_tokens]
5315+
c -> [rows, n_expert_used, n_tokens]
53165316

53175317
in b, n_experts_used can be broadcasted to match the n_expert_used of ids
53185318

0 commit comments

Comments
 (0)