We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b895569 + c860cb6 commit 71f7c82Copy full SHA for 71f7c82
1 file changed
pkg/inference/backends/llamacpp/download.go
@@ -33,7 +33,7 @@ const (
33
// with the Linux bundle (Dockerfile LLAMA_SERVER_VERSION) whenever llama.cpp
34
// is upgraded, so all platforms ship a consistent, tested build. Users can
35
// override it via LLAMA_SERVER_VERSION or `--llama-server-version`.
36
- pinnedServerVersion = "v0.0.34"
+ pinnedServerVersion = "b9879"
37
)
38
39
var (
0 commit comments