]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : use noexcept overload for is_regular_file in backend registration (#19452)
authork4ss4n <redacted>
Tue, 10 Feb 2026 09:57:48 +0000 (10:57 +0100)
committerGitHub <redacted>
Tue, 10 Feb 2026 09:57:48 +0000 (10:57 +0100)
commit6948adc90d77949e7802616d4c030396cf03b9c7
tree7f4f8af0b85e26c806af2ac22ecfe8bfa6da1220
parent854b09f0d7825dd9b8ca542a7f63c2374d66121a
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
ggml/src/ggml-backend-reg.cpp