mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-18 18:56:35 +00:00
fix typo (llama/8267)
Co-authored-by: Judd <foldl@boxvest.com>
This commit is contained in:
parent
c2c60dc9ba
commit
005cc45df3
@ -5312,7 +5312,7 @@ void ggml_mul_mat_set_prec(
|
|||||||
as -> [cols, rows, n_expert]
|
as -> [cols, rows, n_expert]
|
||||||
ids -> [n_experts_used, n_tokens] (i32)
|
ids -> [n_experts_used, n_tokens] (i32)
|
||||||
b -> [cols, n_expert_used, n_tokens]
|
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
|
in b, n_experts_used can be broadcasted to match the n_expert_used of ids
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user