b8195
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release addresses an issue with locale-dependent float printing in GGUF metadata by enforcing the C locale for numeric formatting across all tool binaries.
Migration Steps
- Ensure that all 16 binaries in the tools/ directory have std::setlocale(LC_NUMERIC, "C") applied for consistent floating-point formatting.
🐛 Bug Fixes
- Fixed locale-dependent float printing in GGUF metadata by setting the C locale for consistent float formatting across all binaries.