Skip to content

Releases: pockers21/llama.cpp

b5990

25 Jul 12:52
e2b7621

Choose a tag to compare

ggml : remove invalid portPos specifiers from dot files (#14838)

Neither "g" nor "x" are valid portPos specifiers per the official
[graphviz documents](https://graphviz.org/docs/attr-types/portPos/):

> If a compass point is used, it must have the form "n","ne","e","se","s","sw","w","nw","c","_".

I tested locally for it to fall back to default portPos specifier if an
invalid portPos is specified. As a consequence, we can remove associated
code.

b5585

04 Jun 08:58
0b4be4c

Choose a tag to compare

CUDA: fix FTZ in FA for Gemma 3 (#13991)

b5533

29 May 11:15
dd8ba93

Choose a tag to compare

ggml: aarch64: Implement SVE F32 kernels for Mamba Sequential Scan Al…

b5460

23 May 03:14
3079e9a

Choose a tag to compare

release : fix windows hip release (#13707)

* release : fix windows hip release

* make single hip release with multiple targets