trailing whitespace
This commit is contained in:
parent
28a41e7bdd
commit
867e3523f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue