Skip to content

Releases: pwilkin/llama.cpp

b5940

17 Jul 20:38
e9f96b2

Choose a tag to compare

Merge branch 'ggml-org:master' into master

b5937

17 Jul 09:25
075ffdc

Choose a tag to compare

Merge branch 'ggml-org:master' into master

b5897

14 Jul 20:10
87b180e

Choose a tag to compare

Fix non-MoE regression

Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>

b5896

14 Jul 19:43
542f36b

Choose a tag to compare

Code style from code review

Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>

b5894

14 Jul 13:31

Choose a tag to compare

Fix trailing whitespace

b5893

14 Jul 13:23

Choose a tag to compare

Further fixes from code review

b5892

14 Jul 12:30
950b401

Choose a tag to compare

Apply suggestions from code review

Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>

b5891

14 Jul 08:21

Choose a tag to compare

Add unit32 cast for Linux builds

b5882

12 Jul 16:02
7de5c7c

Choose a tag to compare

CUDA: add set rows for f32 and f16 (#14551)

* CUDA: add set rows for f32 and f16

* Review: change kernel params, use strides from host

* Use 1-d kernel

* Review: use int64_t for blockDim.x, rename nb->s for clarity