Back to feed

b7987

Feb 10, 2026
Meta/llama.cppCLIvb7987

ggml : use noexcept overload for is_regular_file in backend registration (#19452)

using noexcept std::filesystem::directory_entry::is_regular_file overload prevents abnormal termination upon throwing an error (as caused by symlinks to non-existent folders on linux)

Resolves: #18560

macOS/iOS:

Linux:

Windows:

openEuler: