From: Georgi Gerganov Date: Thu, 20 Apr 2023 18:58:05 +0000 (+0300) Subject: ggml : fix bug in ggml_compute_forward_dup_f32() X-Git-Tag: gguf-v0.4.0~910 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9ff334f3c9b960a44c5e149b08c748a2914fb882;p=pkg%2Fggml%2Fsources%2Fllama.cpp ggml : fix bug in ggml_compute_forward_dup_f32() --- diff --git a/ggml.c b/ggml.c index da0f5d1d..8109b36b 100644 --- a/ggml.c +++ b/ggml.c @@ -6140,7 +6140,6 @@ static void ggml_compute_forward_dup_f32( i10 += ne00 * ir0; while (i10 >= ne0) { i10 -= ne0; - i11++; if (++i11 == ne1) { i11 = 0; if (++i12 == ne2) {