Skip to content

Commit

Permalink
fix typo (ggerganov#8267)
Browse files Browse the repository at this point in the history
Co-authored-by: Judd <[email protected]>
  • Loading branch information
foldl and Judd authored Jul 3, 2024
1 parent fadde67 commit f8d6a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -5312,7 +5312,7 @@ void ggml_mul_mat_set_prec(
as -> [cols, rows, n_expert]
ids -> [n_experts_used, n_tokens] (i32)
b -> [cols, n_expert_used, n_tokens]
c -> [cols, n_expert_used, n_tokens]
c -> [rows, n_expert_used, n_tokens]

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

Expand Down

0 comments on commit f8d6a23

Please sign in to comment.