llama : whitespace formatting

This commit is contained in:
Stanisław Szymczyk 2024-08-09 21:32:10 +02:00
parent 02916f6de6
commit 94597ecfe2

View file

@ -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});