Skip to content

Commit 00d2fc2

Browse files
CISCryan-mangeno
authored andcommitted
llama : remove unintended whitespace (ggml-org#14592)
Signed-off-by: ryan-mangeno <ryanmangeno@gmail.com>
1 parent 43942e6 commit 00d2fc2

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)