Skip to content

Releases: ben7980/llama.cpp

b5162

21 Apr 14:34
2016f07

Choose a tag to compare

convert : experimental support for `--mmproj` flag (#13023)

* convert : experimental support for `--mmproj` flag

* fix bad ctrl+f replace

* fix style

* split into subclasses TextModel and VisionModel

* rename Mode --> ModelBase

* small fix

* correct CLIP_VISION arch name (because existing GGUF already use it)

* Apply suggestions from code review

Co-authored-by: compilade <[email protected]>

* fix Mistral3Model

* fix typo

Co-authored-by: compilade <[email protected]>

---------

Co-authored-by: compilade <[email protected]>

b3917

15 Oct 04:52
a89f75e

Choose a tag to compare

server : handle "logprobs" field with false value (#9871)

Co-authored-by: Gimling <[email protected]>