fix 03-locale.diff
This commit is contained in:
parent
c2a8ed48e7
commit
41b00b9856
@ -4,7 +4,7 @@ index b19616e8..519b9602 100644
|
|||||||
+++ b/llama.cpp
|
+++ b/llama.cpp
|
||||||
@@ -9938,7 +9938,7 @@ struct llm_tokenizer_wpm {
|
@@ -9938,7 +9938,7 @@ struct llm_tokenizer_wpm {
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t to_lower(uint32_t code) {
|
uint32_t to_lower(uint32_t code) {
|
||||||
- static const std::locale locale("en_US.UTF-8");
|
- static const std::locale locale("en_US.UTF-8");
|
||||||
+ static const std::locale locale("");
|
+ static const std::locale locale("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user