b9740
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release addresses random test failures related to argument parsing on Windows by refining how the UTF8 argv override is applied. It also provides updated pre-built binaries for numerous platforms and hardware configurations.
🐛 Bug Fixes
- Fixed random test failures in test-args-parser by ensuring the Win32 UTF8 argv override only applies when the caller's argc matches the process command line length, preventing clobbering of programmatically passed argv.