Explorar o código

ggml : fix bug in ggml_compute_forward_dup_f32()

Georgi Gerganov %!s(int64=2) %!d(string=hai) anos
pai
achega
9ff334f3c9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      ggml.c

+ 0 - 1
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) {