Skip to content

Commit 1fa361b

Browse files
committed
falcon-h1: remove whitespace
1 parent 367d8c5 commit 1fa361b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-model.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,6 @@ bool llama_model::load_tensors(llama_model_loader & ml) {
20842084
const int64_t q_lora_rank = hparams.n_lora_q;
20852085
const int64_t kv_lora_rank = hparams.n_lora_kv;
20862086
tok_embd = create_tensor(tn(LLM_TENSOR_TOKEN_EMBD, "weight"), {n_embd, n_vocab}, 0);
2087-
20882087
// output
20892088
output_norm = create_tensor(tn(LLM_TENSOR_OUTPUT_NORM, "weight"), {n_embd}, 0);
20902089
output = create_tensor(tn(LLM_TENSOR_OUTPUT, "weight"), {n_embd, n_vocab}, TENSOR_NOT_REQUIRED);

0 commit comments

Comments
 (0)