We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a41e7 commit 867e352Copy full SHA for 867e352
include/llama.h
@@ -349,7 +349,7 @@ extern "C" {
349
enum ggml_type attn_q_type; // attention query tensor type
350
enum ggml_type attn_k_type; // attention key tensor type
351
enum ggml_type attn_v_type; // attention value tensor type
352
- enum ggml_type attn_qkv_type; // attention query-key-value tensor type
+ enum ggml_type attn_qkv_type; // attention query-key-value tensor type
353
enum ggml_type attn_output_type; // attention output tensor type
354
enum ggml_type ffn_gate_type; // feedforward network gate type
355
enum ggml_type ffn_down_type; // feedforward network down type
0 commit comments