From 94597ecfe23c3085ecf6c4801e2b477baa620683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Szymczyk?= Date: Fri, 9 Aug 2024 21:32:10 +0200 Subject: [PATCH] llama : whitespace formatting --- src/llama.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llama.cpp b/src/llama.cpp index c55f0eb0a..ce502b9c9 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -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});