]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
app: add llama update self updater (#23865)
authorPascal <redacted>
Fri, 29 May 2026 21:02:40 +0000 (23:02 +0200)
committerGitHub <redacted>
Fri, 29 May 2026 21:02:40 +0000 (23:02 +0200)
commit5a46b46acd9c7adde910f4639dedd9a7d4484c63
tree003233e30c8f308c41c5b299878414f3e18cee01
parent22d66b567eef11cf2e9832f04db64ee0323a0fd0
app: add llama update self updater (#23865)

* wip: llama update POC

* cleaning: llama update

* llama-gen-docs

* app: delegate llama update to the install script

* app: spawn the installer detached so llama update can replace a running binary

* cleaning: inline llama update into llama.cpp, drop app-update.{cpp,h}

* app: make llama_update static

Address review from @angt
app/llama.cpp
tools/cli/README.md
tools/completion/README.md
tools/server/README.md