Skip to content

Commit c52b86d

Browse files
foldlJudd
authored andcommitted
fix typo (ggml-org#8267)
Co-authored-by: Judd <[email protected]>
1 parent 680d072 commit c52b86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5360,7 +5360,7 @@ void ggml_mul_mat_set_prec(
53605360
as -> [cols, rows, n_expert]
53615361
ids -> [n_experts_used, n_tokens] (i32)
53625362
b -> [cols, n_expert_used, n_tokens]
5363-
c -> [cols, n_expert_used, n_tokens]
5363+
c -> [rows, n_expert_used, n_tokens]
53645364

53655365
in b, n_experts_used can be broadcasted to match the n_expert_used of ids
53665366

0 commit comments

Comments
 (0)