Skip to content

Commit 71f7c82

Browse files
authored
Merge pull request #1002 from docker/llamacpp
chore: bump llama.cpp verrsion for macOS and Windows
2 parents b895569 + c860cb6 commit 71f7c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/inference/backends/llamacpp/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
// with the Linux bundle (Dockerfile LLAMA_SERVER_VERSION) whenever llama.cpp
3434
// is upgraded, so all platforms ship a consistent, tested build. Users can
3535
// override it via LLAMA_SERVER_VERSION or `--llama-server-version`.
36-
pinnedServerVersion = "v0.0.34"
36+
pinnedServerVersion = "b9879"
3737
)
3838

3939
var (

0 commit comments

Comments
 (0)