Xuan-Son Nguyen
|
60bc8866b1
|
common: refactor model handling (#24980)
* common: refactor models handling
* remote preset
* cont
* rm skip_download option
* missing header
* fix plan.model_files
* fix --offline case
* move hf_plan to download
* refactor
* rm redundant curr_ex, add comments
* adapt
|
2026-06-25 15:17:51 +02:00 |
|
Adrien Gallouët
|
683b04cc4a
|
app : add the llama download subcommand (#24982)
* app : add the download command (with llama-download)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Remove llama-download tool for now
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
---------
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-06-25 13:36:36 +02:00 |
|
Adrien Gallouët
|
6ec59ddaea
|
app : enable self-update only when built with llama-install.sh (#24754)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-06-18 09:57:59 +02:00 |
|
Pascal
|
5a46b46acd
|
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
|
2026-05-29 23:02:40 +02:00 |
|
Adrien Gallouët
|
98e480a32e
|
app : move licences to llama-app (#23824)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-05-29 07:46:11 +02:00 |
|
Adrien Gallouët
|
479a9a1b03
|
app : improve help output (#23805)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-05-28 16:45:06 +02:00 |
|
Pascal
|
c9021714e8
|
server: re-inject subcommand when router spawns children under unified binary (#23442)
|
2026-05-21 10:09:19 +02:00 |
|
Adrien Gallouët
|
1d7ab2b947
|
app : add batched-bench, fit-params, quantize & perplexity (#23459)
* app : add batched-bench, fit-params, quantize & perplexity
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Add missing main.cpp
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Add EOL
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
---------
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-05-21 10:29:44 +03:00 |
|
Adrien Gallouët
|
ce02093fdd
|
app : show version (#23426)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-05-21 06:21:13 +02:00 |
|
Adrien Gallouët
|
29f1482221
|
app : introduce the llama unified executable (#23296)
* app : introduce the llama unified executable
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Use serve for server
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Hide completion and bench, add help command
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Remove STATIC
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Use -impl targets instead of -lib
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* Revert "Remove STATIC"
This reverts commit cc44caccb9.
---------
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
|
2026-05-20 13:22:22 +02:00 |
|