Skip to content

Commit 61667c3

Browse files
committed
Restore comment
1 parent 5112380 commit 61667c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5583,6 +5583,8 @@ struct ggml_tensor * ggml_gated_linear_attn(
55835583
return result;
55845584
}
55855585

5586+
// ggml_rwkv_wkv7
5587+
55865588
struct ggml_tensor * ggml_rwkv_wkv7(
55875589
struct ggml_context * ctx,
55885590
struct ggml_tensor * r,

0 commit comments

Comments
 (0)