Skip to content

Releases: mehendarkarprajwal/llama.cpp

b6780

16 Oct 10:46

Choose a tag to compare

Manually link -lbsd to reeolve flock symbol on AIX

b6779

16 Oct 10:21
7a50cf3

Choose a tag to compare

CANN: format code using .clang-format (#15863)

This commit applies .clang-format rules to all source files under the
ggml-cann directory to ensure consistent coding style and readability.
The .clang-format option `SortIncludes: false` has been set to disable
automatic reordering of include directives.
No functional changes are introduced.

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

b6721

09 Oct 10:40

Choose a tag to compare

Dont define XOPENSOURCE on AIX

b6720

09 Oct 10:03
2c0d875

Choose a tag to compare

ci: add ARM64 Kleidiai build and test support (#16462)

b5537

29 May 17:31

Choose a tag to compare

Undefine hz on AIX

b5536

29 May 17:20
2b13162

Choose a tag to compare

gguf-py : add support for sub_type (in arrays) in GGUFWriter add_key_…

b5486

25 May 15:28
aa50ba4

Choose a tag to compare

tests : improve UGM tokenizer test coverage (#13773)

b5124

12 Apr 13:04

Choose a tag to compare

Define cache directory on AIX

b5123

12 Apr 12:40
a483757

Choose a tag to compare

vulkan: use aligned loads for flash attention mask (#12853)

Rewrite the stride logic for the mask tensor in the FA shader to force the
stride to be aligned, to allow using more efficient loads.

b5081

08 Apr 11:09

Choose a tag to compare

Including limits header file on AIX