Skip to content

Commit c860cb6

Browse files
committed
chore: bump llama.cpp verrsion for macOS and Windows
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent b895569 commit c860cb6

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)