Skip to content

Releases: s-Nick/llama.cpp

b6581

25 Sep 10:45
d0991da

Choose a tag to compare

server : add support for external server for tests (#16243)

This commit adds support for using an externally started llama-server
instance for the server tests. This can be enabled by setting the
DEBUG_EXTERNAL environment variable.

The motivation for this is to allow debugging of the server itself
when investigating a test failure. Instructions for how to do this are
added to the README.md file in the tests directory.

b5975

24 Jul 07:33
4ec6291

Choose a tag to compare

sycl: fix undefined variable in work group size check (#14843)

b5946

20 Jul 18:05
b526ad2

Choose a tag to compare

Documentation: Further revisions to the Vulkan section in build.md (#…

b5850

09 Jul 07:58
20b7bf8

Choose a tag to compare

convert : fix smollm3 jinja template (#14586)

b5801

02 Jul 08:49
603e43d

Choose a tag to compare

opencl : update upscale to support align corners (#14488)

b5716

20 Jun 10:03
d27b3ca

Choose a tag to compare

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

ggml-ci

b5684

16 Jun 17:27
6adc3c3

Choose a tag to compare

llama : add thread safety test (#14035)

* llama : add thread safety test

* llamafile : remove global state

* llama : better LLAMA_SPLIT_MODE_NONE logic

when main_gpu < 0 GPU devices are not used

---------

Co-authored-by: Georgi Gerganov <[email protected]>

b5648

12 Jun 15:58
ed52f36

Choose a tag to compare

sycl: Remove not needed copy f16->f32 for dnnl mul mat (#14125)

b5643

12 Jun 09:26
e2c0b6e

Choose a tag to compare

cmake : handle whitepsaces in path during metal build (#14126)

* cmake : handle whitepsaces in path during metal build

ggml-ci

* cont : proper fix

ggml-ci

---------

Co-authored-by: Daniel Bevenius <[email protected]>

b5612

09 Jun 14:23
e21d2d4

Choose a tag to compare

CANN: Simplify the environment variable setting(#13104)

* Simplify the environment variable setting to specify the memory pool type.

* Adjust the GGML_CANN_ASYNC_MODE setting to accept yes, enable, 1, or on (case-insensitive) as valid options.

* update

* fix CI

* update

* delete whitespace

* fix according to review

* update CANN.md

* update CANN.md