github ggml-org/llama.cpp b7913

latest release: b7917
6 hours ago
Details

server: print actual model name in 'model not found" error (#19117)

Experimenting with AI, my environment gets messy fast and it's not
always easy to know what model my software is trying to load. This helps
with troubleshooting.

before:

Error: {
code = 400,
message = "model not found",
type = "invalid_request_error"
}

After:

Error: {
code = 400,
message = "model 'toto' not found",
type = "invalid_request_error"
}

macOS/iOS:

Linux:

Windows:

openEuler:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.