From 7af11153b064a7f2859d9f7f05c5b0d0bdaac7eb Mon Sep 17 00:00:00 2001 From: Xydane <300356+Xydane@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:33:13 -0800 Subject: [PATCH] remove space --- llama.cpp/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp/llama.cpp b/llama.cpp/llama.cpp index 84fa28f6d3..0da39aee1d 100644 --- a/llama.cpp/llama.cpp +++ b/llama.cpp/llama.cpp @@ -5427,7 +5427,7 @@ static void llm_load_vocab( t.first == "<|im_end|>" || t.first == "<|end|>" || t.first == "" || - t.first == "<|endoftext|>" + t.first == "<|endoftext|>" ) ) { vocab.special_eot_id = t.second;