Skip to content

Releases: 3Simplex/llama.cpp

b6658

01 Oct 15:48
2a9b633

Choose a tag to compare

Improve code block color theming (#16325)

* feat: Improve code block theming

* chore: update webui build output

* chore: Update webui static build

b4465

12 Jan 16:26
9a48399

Choose a tag to compare

llama : fix chat template gguf key (#11201)

b4430

06 Jan 22:33
ecebbd2

Choose a tag to compare

llama : remove unused headers (#11109)

ggml-ci

b4384

23 Dec 18:03
14b699e

Choose a tag to compare

server : fix missing model id in /model endpoint (#10957)

* server : fix missing model id in /model endpoint

* fix ci

b4367

19 Dec 22:41
d408bb9

Choose a tag to compare

clip : disable GPU support (#10896)

ggml-ci

b4337

16 Dec 22:12
160bc03

Choose a tag to compare

rwkv6: add wkv6 support for Vulkan backend (#10829)

* rwkv_wkv6 vulkan shader

* RWKV_WKV6 Vulkan op tests passed

Signed-off-by: Molly Sophia <[email protected]>

* Apply code format changes

Signed-off-by: Molly Sophia <[email protected]>

* add [[unroll]] and remove unnecessary conditions

* add uma support

* fix erros in EditorConfig Checker

---------

Signed-off-by: Molly Sophia <[email protected]>
Co-authored-by: Molly Sophia <[email protected]>

b4295

10 Dec 15:06
26a8406

Choose a tag to compare

CUDA: fix shared memory access condition for mmv (#10740)

b4288

08 Dec 17:16
43ed389

Choose a tag to compare

llama : use cmake for swift build (#10525)

* llama : use cmake for swift build

* swift : <> -> ""

* ci : remove make

* ci : disable ios build

* Revert "swift : <> -> """

This reverts commit d39ffd9556482b77d4ea5b118b453fc1c097a31d.

* ci : try fix ios build

* ci : cont

* ci : cont

---------

Co-authored-by: Georgi Gerganov <[email protected]>

b4271

05 Dec 17:44
0cd182e

Choose a tag to compare

sync : ggml

b4265

04 Dec 14:37
59f4db1

Choose a tag to compare

ggml : add predefined list of CPU backend variants to build (#10626)

* ggml : add predefined list of CPU backend variants to build

* update CPU dockerfiles