Skip to content

Commit b816024

Browse files
zhiyuan1iggerganov
andauthored
Update ggml/src/ggml-cpu.c
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent a878502 commit b816024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11803,7 +11803,7 @@ static void ggml_compute_forward_rwkv_wkv6_f32(
1180311803
// RWKV v6: different time_decay for each token.
1180411804
float time_decay_val = time_decay[t_h_i_offset];
1180511805

11806-
for (int64_t j = 0; j < head_size; j ++) {
11806+
for (int64_t j = 0; j < head_size; j++) {
1180711807
size_t t_h_j_offset = t_h_offset + j;
1180811808
size_t h_2d_i_j_offset = h_2d_i_offset + j;
1180911809

0 commit comments

Comments
 (0)