Skip to content

Commit 3d5b3a7

Browse files
committed
code adjustment
Signed-off-by: noemotiovon <[email protected]>
1 parent 531b3a8 commit 3d5b3a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,7 +2790,6 @@ static void ggml_cann_mul_mat_quant(ggml_backend_cann_context& ctx,
27902790
(char*)output_buffer + batch1 * output_stride, ACL_FLOAT16,
27912791
output_elem_size, output_ne, output_nb, 2, ACL_FORMAT_ND,
27922792
output_ne_offset);
2793-
27942793
int64_t antiquantGroupSize = 0;
27952794
if (src0->ne[0] > QK8_0) {
27962795
antiquantGroupSize = QK8_0;

0 commit comments

Comments
 (0)