Skip to content

Commit 921b47c

Browse files
committed
format
Signed-off-by: ZelinMa557 <3388706467@qq.com>
1 parent 4f7d698 commit 921b47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7055,7 +7055,7 @@ static void ggml_compute_forward_flash_attn_ext_f16(
70557055

70567056
const float * pq = (const float *) ((char *) q->data + (iq1*nbq1 + (iq2 + i_gqa)*nbq2 + iq3*nbq3));
70577057
q_to_vec_dot(pq, Q_q[i_gqa], DK);
7058-
7058+
70597059
const uint32_t h = iq2 + i_gqa;
70607060
slope[i_gqa] = (max_bias > 0.0f) ? h < n_head_log2 ? powf(m0, h + 1) : powf(m1, 2*(h - n_head_log2) + 1) : 1.0f;
70617061
}

0 commit comments

Comments
 (0)