mamba : add missing spaces
This is purely a formatting change.
This commit is contained in:
parent
17e4d6c96a
commit
1c8ea55843
1 changed files with 8 additions and 8 deletions
16
llama.cpp
16
llama.cpp
|
@ -826,14 +826,14 @@ static const std::map<llm_arch, std::map<llm_tensor, std::string>> LLM_TENSOR_NA
|
||||||
{ LLM_TENSOR_TOKEN_EMBD, "token_embd" },
|
{ LLM_TENSOR_TOKEN_EMBD, "token_embd" },
|
||||||
{ LLM_TENSOR_OUTPUT_NORM, "output_norm" },
|
{ LLM_TENSOR_OUTPUT_NORM, "output_norm" },
|
||||||
{ LLM_TENSOR_OUTPUT, "output" },
|
{ LLM_TENSOR_OUTPUT, "output" },
|
||||||
{ LLM_TENSOR_ATTN_NORM, "blk.%d.attn_norm"},
|
{ LLM_TENSOR_ATTN_NORM, "blk.%d.attn_norm" },
|
||||||
{ LLM_TENSOR_SSM_IN, "blk.%d.ssm_in"},
|
{ LLM_TENSOR_SSM_IN, "blk.%d.ssm_in" },
|
||||||
{ LLM_TENSOR_SSM_CONV1D, "blk.%d.ssm_conv1d"},
|
{ LLM_TENSOR_SSM_CONV1D, "blk.%d.ssm_conv1d" },
|
||||||
{ LLM_TENSOR_SSM_X, "blk.%d.ssm_x"},
|
{ LLM_TENSOR_SSM_X, "blk.%d.ssm_x" },
|
||||||
{ LLM_TENSOR_SSM_DT, "blk.%d.ssm_dt"},
|
{ LLM_TENSOR_SSM_DT, "blk.%d.ssm_dt" },
|
||||||
{ LLM_TENSOR_SSM_A, "blk.%d.ssm_a"},
|
{ LLM_TENSOR_SSM_A, "blk.%d.ssm_a" },
|
||||||
{ LLM_TENSOR_SSM_D, "blk.%d.ssm_d"},
|
{ LLM_TENSOR_SSM_D, "blk.%d.ssm_d" },
|
||||||
{ LLM_TENSOR_SSM_OUT, "blk.%d.ssm_out"},
|
{ LLM_TENSOR_SSM_OUT, "blk.%d.ssm_out" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue