]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : add llama.vim preset for Qwen2.5 Coder (#11945)
authorDaniel Bevenius <redacted>
Wed, 19 Feb 2025 11:29:52 +0000 (12:29 +0100)
committerGitHub <redacted>
Wed, 19 Feb 2025 11:29:52 +0000 (12:29 +0100)
commitd07c621393fab6cf32f3add2aa65e4d5331d4a67
tree1963155bb60640bf968d0b09b7a59e574e8742a0
parentabd4d0bc4f1a9a0e429bc8ee0d5ece2a394a0a39
common : add llama.vim preset for Qwen2.5 Coder (#11945)

This commit adds a preset for llama.vim to use the default Qwen 2.5
Coder models.

The motivation for this change is to make it easier to start a server
suitable to be used with the llama.vim plugin. For example, the server
can be started with a command like the following:
```console
$ llama.vim --fim-qwen-1.5b-default
```

Refs: https://github.com/ggml-org/llama.cpp/issues/10932
common/arg.cpp