llama : whitespace formatting
This commit is contained in:
parent
02916f6de6
commit
94597ecfe2
1 changed files with 0 additions and 1 deletions
|
@ -7483,7 +7483,6 @@ static bool llm_load_tensors(
|
|||
layer.ffn_up_enc = ml.create_tensor(ctx_split, tn(LLM_TENSOR_ENC_FFN_UP, "weight", i), {n_embd, n_ff});
|
||||
}
|
||||
} break;
|
||||
|
||||
case LLM_ARCH_JAIS:
|
||||
{
|
||||
model.tok_embd = ml.create_tensor(ctx_input, tn(LLM_TENSOR_TOKEN_EMBD, "weight"), {n_embd, n_vocab});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue