Skip to content

Releases: AD2605/llama.cpp

b6617

28 Sep 12:38
0124ac9

Choose a tag to compare

devops: switch to using ubuntu-22.04-s390x image (#16302)

Signed-off-by: Aaron Teo <[email protected]>

b6317

29 Aug 13:54
60e5eee

Choose a tag to compare

chat : Seed OSS thinking + tool call support (#15552)

* Reasoning and tool-calling support for Seed OSS

* Fix grammar and partial parsing

* Whitespace

* New chat template

* Update common/chat.cpp

Co-authored-by: Sigbjørn Skjæret <[email protected]>

* Update common/chat.cpp

Co-authored-by: Sigbjørn Skjæret <[email protected]>

* Remove unused 'purge_healing_marker' helper

---------

Co-authored-by: Sigbjørn Skjæret <[email protected]>

b5854

09 Jul 16:51
26a48ad

Choose a tag to compare

ggml : prevent integer overflow in gguf tensor size calculation (#14595)

b5795

01 Jul 10:21
343b6e9

Choose a tag to compare

CANN: update aclnnGroupedMatmulV2 to aclnnGroupedMatmulV3 (#14411)

* [CANN]update to aclnnGroupedMatmulV2

Signed-off-by: noemotiovon <[email protected]>

* Support MUL_MAT_ID on 310p

Signed-off-by: noemotiovon <[email protected]>

* fix editorconfig

Signed-off-by: noemotiovon <[email protected]>

---------

Signed-off-by: noemotiovon <[email protected]>

b5787

30 Jun 22:29
0a5a3b5

Choose a tag to compare

Add Conv2d for CPU (#14388)

* Conv2D: Add CPU version

* Half decent

* Tiled approach for F32

* remove file

* Fix tests

* Support F16 operations

* add assert about size

* Review: further formatting fixes, add assert and use CPU version of fp32->fp16

b5753

25 Jun 12:14
73e53dc

Choose a tag to compare

opencl: ref count `ggml_backend_opencl_context` and refactor profilin…

b5716

20 Jun 10:04
d27b3ca

Choose a tag to compare

ggml : fix repack work size for mul_mat_id (#14292)

ggml-ci

b5688

17 Jun 17:01
860a9e4

Choose a tag to compare

ggml-cpu : remove the weak alias trick (#14221)

b5611

09 Jun 12:37
dc0623f

Choose a tag to compare

webui: fix sidebar being covered by main content (#14082)

* webui: fix sidebar being covered by main content

Signed-off-by: Xiaodong Ye <[email protected]>

* webui: update index.html.gz

Signed-off-by: Xiaodong Ye <[email protected]>

---------

Signed-off-by: Xiaodong Ye <[email protected]>

b5518

28 May 09:40
26b79b6

Choose a tag to compare

convert : fix tensor naming conflict for llama 4 vision (#13836)

* convert : fix tensor naming conflict for llama 4 vision

* add comment