Skip to content

Tags: fairydreaming/llama.cpp

Tags

b3605

Toggle b3605's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cann: add doc for cann backend (ggerganov#8867)

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

b3357

Toggle b3357's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md to fix broken link to docs (ggerganov#8399)

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

b3212

Toggle b3212's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable publishing the full-rocm docker image (ggerganov#8083)

b3197

Toggle b3197's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vulkan: detect multiple devices by deviceUUID instead of deviceID (gg…

…erganov#8022)

* vulkan: detect multiple devices by deviceUUID instead of deviceID

* vulkan: remove unneeded variables

* vulkan: fix id query

b3190

Toggle b3190's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
common: fix warning (ggerganov#8036)

* common: fix warning

* Update common/common.cpp

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

---------

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

b3145

Toggle b3145's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rpc : fix ggml_backend_rpc_supports_buft() (ggerganov#7918)

b2963

Toggle b2963's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CUDA: remove incorrect precision check (ggerganov#7454)