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
a57818d9
Unverified
Commit
a57818d9
authored
Apr 02, 2024
by
Daniel Hiltgen
Committed by
GitHub
Apr 02, 2024
Browse files
Merge pull request #3343 from dhiltgen/bump_more2
Bump llama.cpp to b2581
parents
c863c6a9
841adda1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
15 deletions
+4
-15
.github/workflows/test.yaml
.github/workflows/test.yaml
+3
-1
llm/llama.cpp
llm/llama.cpp
+1
-1
llm/patches/04-locale.diff
llm/patches/04-locale.diff
+0
-13
No files found.
.github/workflows/test.yaml
View file @
a57818d9
...
@@ -260,7 +260,9 @@ jobs:
...
@@ -260,7 +260,9 @@ jobs:
mkdir -p llm/build/windows/$ARCH/stub/stub/bin/
mkdir -p llm/build/windows/$ARCH/stub/stub/bin/
touch llm/build/windows/$ARCH/stub/stub/bin/stub.dll
touch llm/build/windows/$ARCH/stub/stub/bin/stub.dll
if
:
${{ startsWith(matrix.os, 'windows-') }}
if
:
${{ startsWith(matrix.os, 'windows-') }}
-
uses
:
golangci/golangci-lint-action@v3
-
uses
:
golangci/golangci-lint-action@v4
with
:
args
:
--timeout 8m0s
test
:
test
:
strategy
:
strategy
:
matrix
:
matrix
:
...
...
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