8000 Releases · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

Releases: ggml-org/llama.cpp

b5522

28 May 14:55
c962ae3
Compare
Choose a tag to compare
server: fix remove 'image_url'/'input_audio' json-object effectlly fo…

b5519

28 May 13:06
a682474
Compare
Choose a tag to compare
CUDA: fix FA tg at long context for CC >= 8.9 (#13852)

b5517

28 May 04:13
1e8659e
Compare
Choose a tag to compare
CANN: Add SOC TYPE printing in cmake configuration (#13837)

b5516

27 May 20:31
a3c3084
Compare
Choose a tag to compare
opencl: add new ops - `argsort`, `div`, `sub`, `addrows`, `sigmoid`, …

b5515

27 May 20:21
1701d4c
Compare
Choose a tag to compare
opencl: mark `mul_mat` `f32f32` as supporting non-contiguous tensors …

b5514

27 May 18:47
bef8176
Compare
Choose a tag to compare
vulkan: use timestamp queries for GGML_VULKAN_PERF (#13817)

Also change it to be controlled by an env var rather than cmake flag

b5513

27 May 18:23
34b7c04
Compare
Choose a tag to compare
cmake : add llama-cparams.cpp to build (#13832)

b5512

27 May 18:01
f3101a8
Compare
Choose a tag to compare
SYCL: add gelu_erf kernel (#13749)

* SYCL: add gelu_erf kernel

* refactor code

Co-authored-by: Atharva Dubey <atharva.dubey@codeplay.com>

* Use scope_op_debug_print

---------

Co-authored-by: Atharva Dubey <atharva.dubey@codeplay.com>

b5510

27 May 16:05
a8ea03d
Compare
Choose a tag to compare
ggml : add ggml_repeat_4d (#13824)

b5509

27 May 14:04
05f6ac6
Compare
Choose a tag to compare
ggml : riscv: add xtheadvector support (#13720)

* ggml : riscv: add xtheadvector support

* ggml : clean up some macro usage
0