Skip to content

Commit b0a769c

Browse files
CISCqnixsynapse
authored andcommitted
llama : remove unintended whitespace (ggml-org#14592)
1 parent 6598add commit b0a769c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4555,7 +4555,7 @@ bool llama_model::load_tensors(llama_model_loader & ml) {
45554555
// output
45564556
output = create_tensor(tn(LLM_TENSOR_OUTPUT, "weight"), {hidden_size, n_vocab}, TENSOR_NOT_REQUIRED);
45574557
output_norm = create_tensor(tn(LLM_TENSOR_OUTPUT_NORM, "weight"), {hidden_size}, 0);
4558-
4558+
45594559
// if output is NULL, init from the input tok embed
45604560
if (output == NULL) {
45614561
output = create_tensor(tn(LLM_TENSOR_TOKEN_EMBD, "weight"), {hidden_size, n_vocab}, TENSOR_DUPLICATED);

0 commit comments

Comments
 (0)