From 867e3523f9619fe15d931325ab2861674afbf47a Mon Sep 17 00:00:00 2001 From: Nexes the Old <124105151+Nexesenex@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:39:39 +0200 Subject: [PATCH] trailing whitespace --- include/llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llama.h b/include/llama.h index bb3b715a3..a116752d2 100644 --- a/include/llama.h +++ b/include/llama.h @@ -349,7 +349,7 @@ extern "C" { enum ggml_type attn_q_type; // attention query tensor type enum ggml_type attn_k_type; // attention key tensor type enum ggml_type attn_v_type; // attention value tensor type - enum ggml_type attn_qkv_type; // attention query-key-value tensor type + enum ggml_type attn_qkv_type; // attention query-key-value tensor type enum ggml_type attn_output_type; // attention output tensor type enum ggml_type ffn_gate_type; // feedforward network gate type enum ggml_type ffn_down_type; // feedforward network down type