From: Judd Date: Wed, 3 Jul 2024 12:40:16 +0000 (+0800) Subject: fix typo (llama/8267) X-Git-Tag: upstream/0.0.1642~550 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4292f1883c07597dd68f9bc95935065f1126d781;p=pkg%2Fggml%2Fsources%2Fggml fix typo (llama/8267) Co-authored-by: Judd --- diff --git a/src/ggml.c b/src/ggml.c index f5502afb..bc91ac3a 100644 --- a/src/ggml.c +++ b/src/ggml.c @@ -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