Releases: ngxson/llama.cpp
Releases · ngxson/llama.cpp
b4682
server : correct signal handler (#11795)
b4681
sync: minja (https://github.com/google/minja/commit/a72057e5190de2c61…
b4679
vulkan: Make Vulkan optional at runtime (#11493). (#11494) Co-authored-by: Jeff Bolz <[email protected]>
b4678
vulkan: add environment variable GGML_VK_PREFER_HOST_MEMORY to avoid …
b4677
There's a better way of clearing lines (#11756) Use the ANSI escape code for clearing a line. Signed-off-by: Eric Curtin <[email protected]>
b4676
vulkan: account for lookup tables when checking shared memory size (#…
b4675
server : (webui) revamp Settings dialog, add Pyodide interpreter (#11…
b4674
server : (webui) increase edit textarea size (#11763)
b4667
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]>
b4666
llama : fix defrag logic (#11707) * llama : fix defrag logic ggml-ci * cont : better logic ggml-ci * cont : clamp fragmentation to 0.0 ggml-ci