The llama.cpp project released version b11053, which includes a specific improvement to the server's startup log messages. This change enhances visibility into how models are loaded by replacing cryptic markers with explicit source tags.

  • The server now displays a [source] tag indicating whether a model comes from preset, models_dir, or cache.
  • The 'Loaded cached model presets' log entry now shows the Hugging Face Hub cache path.
  • A public accessor function hf_cache::get_cache_dir() was added to support these logging improvements.

These updates help users verify the origin of loaded models and debug configuration issues more easily.