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
0035e31a
Commit
0035e31a
authored
Mar 25, 2024
by
Daniel Hiltgen
Browse files
Bump to b2581
parent
c863c6a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
llm/llama.cpp
llm/llama.cpp
+1
-1
llm/patches/04-locale.diff
llm/patches/04-locale.diff
+0
-13
No files found.
llama.cpp
@
37e7854c
Compare
ad3a0505
...
37e7854c
Subproject commit
ad3a0505e3b6cd777259ee35e61d428357ffc565
Subproject commit
37e7854c104301c5b5323ccc40e07699f3a62c3e
llm/patches/04-locale.diff
deleted
100644 → 0
View file @
c863c6a9
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;
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