Skip to content

Releases: ggml-org/llama.cpp

b5831

05 Jul 06:41
6681688
Compare
Choose a tag to compare
opencl: add GELU_ERF (#14476)

b5830

05 Jul 05:15
bac8bed
Compare
Choose a tag to compare
eval-callback : check for empty input (#14539)

b5829

05 Jul 05:08
b81510a
Compare
Choose a tag to compare
test-backend-ops: add support for specifying output format (#14368)

* test-backend-ops: add support for specifying output format

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

* Address review comments

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

* Add build_commit and build_number in test_result

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

* Address review comments

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

* refactor

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

* Get build commit from ggml_commit()

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

* Merge errors into test_operation_info && address review comments

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

* Address review comments

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

* Address review comments

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

* remove visitor nonsense

* remove visitor comment

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

* Address review comments

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

---------

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

b5828

04 Jul 16:39
ef797db
Compare
Choose a tag to compare
metal : disable fast math in all quantize kernels (#14528)

ggml-ci

b5827

04 Jul 06:58
67d1ef2
Compare
Choose a tag to compare
batch : add optional for sequential equal split (#14511)

ggml-ci

b5826

04 Jul 06:54
7b50f7c
Compare
Choose a tag to compare
graph : prepare for 4D mask (#14515)

ggml-ci

b5825

04 Jul 06:37
c79184d
Compare
Choose a tag to compare
batch : add n_used count (#14512)

ggml-ci

b5824

04 Jul 04:04
499a8f5
Compare
Choose a tag to compare
CANN: Replace aclrtMemsetSync with aclnnInplaceZero operator (#14002)

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

b5823

03 Jul 22:14
28657a8
Compare
Choose a tag to compare
ggml : implement GEGLU_ERF and GEGLU_QUICK ops (#14445)

b5822

03 Jul 19:24
bee2842
Compare
Choose a tag to compare
opencl : broadcast for soft_max (#14510)