github ggml-org/llama.cpp b8195

latest release: b8196
2 hours ago
Details

Fix locale-dependent float printing in GGUF metadata (#17331)

  • Set C locale for consistent float formatting across all binaries.

  • Add C locale setting to all tools binaries

Add std::setlocale(LC_NUMERIC, "C") to all 16 binaries in the tools/
directory to ensure consistent floating-point formatting.


Co-authored-by: Johannes Gäßler johannesg@5d6.de

macOS/iOS:

Linux:

Windows:

openEuler:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.