Change8

b8949

📦 llama-cppView on GitHub →
🐛 2 fixes

Summary

This release fixes a bug related to the rpc-server cache failing on Windows and removes conditional compilation for GGML_LOG_INFO.

🐛 Bug Fixes

  • Fixed an issue where the rpc-server cache might not function correctly in Windows environments by ensuring the directory and log cache file name are created.
  • Removed GGML_LOG_INFO conditional compilation.