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