Skip to content

Commit 867e352

Browse files
authored
trailing whitespace
1 parent 28a41e7 commit 867e352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ extern "C" {
349349
enum ggml_type attn_q_type; // attention query tensor type
350350
enum ggml_type attn_k_type; // attention key tensor type
351351
enum ggml_type attn_v_type; // attention value tensor type
352-
enum ggml_type attn_qkv_type; // attention query-key-value tensor type
352+
enum ggml_type attn_qkv_type; // attention query-key-value tensor type
353353
enum ggml_type attn_output_type; // attention output tensor type
354354
enum ggml_type ffn_gate_type; // feedforward network gate type
355355
enum ggml_type ffn_down_type; // feedforward network down type

0 commit comments

Comments
 (0)