]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : use noexcept overload for is_regular_file in backend registration (llama/19452)
authork4ss4n <redacted>
Tue, 10 Feb 2026 09:57:48 +0000 (10:57 +0100)
committerGeorgi Gerganov <redacted>
Sat, 14 Feb 2026 22:20:18 +0000 (00:20 +0200)
commit76ded7b66d50d17bab56cf5ae04a2fbd35572021
treec888472889c1921f0ce78d7bbe9b1dd021f2d7ff
parent8f8e805b0d2ecb6b4e0caa3521a049c45c7fce5f
ggml : use noexcept overload for is_regular_file in backend registration (llama/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
src/ggml-backend-reg.cpp