Change8

b9830

📦 llama-cppView on GitHub →
1 features🐛 1 fixes🔧 1 symbols

Summary

This release introduces the ability to use the --offline flag with `llama download` for cache checking and resolves a critical use-after-free bug in URL task handling.

✨ New Features

  • Exposed the existing --offline flag to `llama download` to allow scripts to check model cache status without network access.

🐛 Bug Fixes

  • Fixed a latent use-after-free bug in the URL-task on_done callback where `first_path` was captured by reference and invoked after its block scope ended.

Affected Symbols