Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
41b00b98
Commit
41b00b98
authored
Mar 10, 2024
by
Jeffrey Morgan
Browse files
fix `03-locale.diff`
parent
c2a8ed48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
llm/patches/03-locale.diff
llm/patches/03-locale.diff
+1
-1
No files found.
llm/patches/03-locale.diff
View file @
41b00b98
...
...
@@ -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("");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment