Remove empty line

This commit is contained in:
Manogna-Sree 2025-08-14 05:02:24 -07:00
parent 75712bc6b1
commit 9976c21bd3
1 changed files with 0 additions and 1 deletions

View File

@ -684,7 +684,6 @@ void ggml_gemv_q6_K_8x8_q8_K_generic(int n, float * GGML_RESTRICT s, size_t bs,
}
for (int j = 0; j < ncols_interleaved; j++) {
s[x * ncols_interleaved + j] = sumf[j];
}
}
}