b8788
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release addresses a CMake warning on Windows/MSVC by adjusting policy settings in the build system. It also includes various pre-compiled binaries for multiple operating systems and hardware configurations.
🐛 Bug Fixes
- Fixed CMP0194 warning on Windows when using MSVC by setting the policy to NEW before project() call in ggml/CMakeLists.txt.