llama.cpp b9830 release adds --offline flag and fixes memory bug
The llama.cpp b9830 release introduces the ability to use the --offline flag with the llama download command, allowing scripts to verify cached models without network access. This update also resolves a latent use-after-free vulnerability in the URL-task on_done callback where first_path was incorrectly captured by reference.