From 41b00b9856b6708e5af165064c6ee0e556f600ab Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 10 Mar 2024 16:21:05 -0700 Subject: [PATCH] fix `03-locale.diff` --- llm/patches/03-locale.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm/patches/03-locale.diff b/llm/patches/03-locale.diff index 6f2500a9..48cab26c 100644 --- a/llm/patches/03-locale.diff +++ b/llm/patches/03-locale.diff @@ -4,7 +4,7 @@ index b19616e8..519b9602 100644 +++ b/llama.cpp @@ -9938,7 +9938,7 @@ struct llm_tokenizer_wpm { } - + uint32_t to_lower(uint32_t code) { - static const std::locale locale("en_US.UTF-8"); + static const std::locale locale("");