Skip to content

Releases: CodeLinaro/llama.cpp

b5460

23 May 00:11
3079e9a
Compare
Choose a tag to compare
release : fix windows hip release (#13707)

* release : fix windows hip release

* make single hip release with multiple targets

b5255

02 May 06:55
d24d592
Compare
Choose a tag to compare
ci: fix cross-compile sync issues (#12804)

b5098

10 Apr 21:36
64eda5d
Compare
Choose a tag to compare
convert : ability to lazy-load safetensors remotely without downloadi…

b5022

01 Apr 22:20
f423981
Compare
Choose a tag to compare
opencl : fix memory allocation size (#12649)

issue:
https://github.com/CodeLinaro/llama.cpp/pull/17#issuecomment-2760611283

This patch fixes the memory allocation size
not exceeding the maximum size of the OpenCL device.

b4967

27 Mar 04:45
f17a3bb
Compare
Choose a tag to compare
SYCL: implement memset ggml backend buffer interface (#12580)

* SYCL: implement memset ggml backend buffer interface

* use GGML_ABORT macro

* Do not wait for all queues to finish for memset operation

b4951

24 Mar 17:42
2b65ae3
Compare
Choose a tag to compare
opencl: simplify kernel embedding logic in cmakefile (#12503)

Co-authored-by: Max Krasnyansky <[email protected]>

b4903

17 Mar 17:20
484a8ab
Compare
Choose a tag to compare
vulkan: Add N/2 and N/4 optimized paths in coopmat2 shader (#12312)

b4719

15 Feb 00:56
89daa25
Compare
Choose a tag to compare
llguidance build fixes for Windows (#11664)

* setup windows linking for llguidance; thanks @phil-scott-78

* add build instructions for windows and update script link

* change VS Community link from DE to EN

* whitespace fix

b4717

14 Feb 18:02
94b87f8
Compare
Choose a tag to compare
cuda : add ampere to the list of default architectures (#11870)

b4667

08 Feb 00:32
d2fe216
Compare
Choose a tag to compare
Make logging more verbose (#11714)

Debugged an issue with a user who was on a read-only filesystem.

Signed-off-by: Eric Curtin <[email protected]>