Skip to content

Releases: fairydreaming/llama.cpp

b3357

09 Jul 20:54
fd560fe
Compare
Choose a tag to compare
Update README.md to fix broken link to docs (#8399)

Update the "Performance troubleshooting" doc link to be correct - the file was moved into a dir called 'development'

b3212

24 Jun 07:50
8cb508d
Compare
Choose a tag to compare
disable publishing the full-rocm docker image (#8083)

b3197

21 Jun 12:12
557b653
Compare
Choose a tag to compare
vulkan: detect multiple devices by deviceUUID instead of deviceID (#8…

…022)

* vulkan: detect multiple devices by deviceUUID instead of deviceID

* vulkan: remove unneeded variables

* vulkan: fix id query

b3190

20 Jun 18:39
abd894a
Compare
Choose a tag to compare
common: fix warning (#8036)

* common: fix warning

* Update common/common.cpp

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

---------

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

b3145

13 Jun 20:16
172c825
Compare
Choose a tag to compare
rpc : fix ggml_backend_rpc_supports_buft() (#7918)

b2963

22 May 11:00
95fb0ae
Compare
Choose a tag to compare
CUDA: remove incorrect precision check (#7454)