Commit 0035e31a authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Bump to b2581

parent c863c6a9
Subproject commit ad3a0505e3b6cd777259ee35e61d428357ffc565
Subproject commit 37e7854c104301c5b5323ccc40e07699f3a62c3e
diff --git a/llama.cpp b/llama.cpp
index b27aa272..99372f9c 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -9360,7 +9360,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("");
#if defined(_WIN32)
if (code > 0xFFFF) {
return code;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment