Files
llama.cpp/common
Adrien Gallouët c1a1c8ee94 common : allow --offline in llama download (#25091)
Expose the existing --offline flag to `llama download` so a script can
run it to check whether a model is already cached and ready to be served
without touching the network.

Also fix a latent use-after-free in the URL-task on_done callback:
first_path is block-scoped and was captured by reference, but invoked
after the block ends.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
2026-06-28 12:34:11 +02:00
..
2026-06-25 02:49:22 +02:00
2026-06-28 08:52:15 +03:00
2026-06-28 08:52:15 +03:00
2026-06-28 08:52:15 +03:00
2026-05-14 13:05:52 +03:00
2026-05-19 15:32:58 +03:00
2026-06-28 08:52:15 +03:00
2026-06-28 08:52:15 +03:00