Skip to content

Releases: liunix61/llama.cpp

b5343

11 May 07:30
62d4250
Compare
Choose a tag to compare
docs : Fix typo in InternVL3 model name (#13440)

b4569

28 Jan 10:45
2b8525d
Compare
Choose a tag to compare
Handle missing model in CLI parameters for llama-run (#11399)

The HTTP client in llama-run only prints an error in case the download of
a resource failed. If the model name in the CLI parameter list is missing,
this causes the application to crash.
In order to prevent this, a check for the required model parameter has been
added and errors for resource downloads get propagated to the caller.

Signed-off-by: Michael Engel <[email protected]>

b4038

06 Nov 18:09
b11f9ba
Compare
Choose a tag to compare
server : remove hack for extra parallel slot (#10187)

ggml-ci

b2620

07 Apr 04:09
d4f220a
Compare
Choose a tag to compare
support/fix OPs GGML_TYPE_IQ4_NL, GGML_TYPE_IQ4_XS, GGML_TYPE_IQ3_XXS…