Change8

b8829

📦 llama-cppView on GitHub →
2 features🐛 3 fixes🔧 6 symbols

Summary

This release primarily renames the internal 'libcommon' to 'libllama-common' across the build system and introduces a new 'libllama-common-base'. Several build-related fixes were also implemented.

Migration Steps

  1. Rename usages of 'libcommon' to 'libllama-common' in CMake configurations.

✨ New Features

  • Added common_log_get_verbosity_thold() to the logging module.
  • Added libllama-common-base library.

🐛 Bug Fixes

  • Ensured -fPIC is set for httplib compilation.
  • Exported all symbols during compilation.
  • Fixed build_info exports.

Affected Symbols