]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Sun, 15 Feb 2026 19:44:37 +0000 (21:44 +0200)
commitb0fe2e84fa5bedfeb7df335153146cb7293cba01
tree5218bac2bdc8970eec8e41bbcfc7d8f130171e69
parent2de2fc9270fa7ff5f804b69c4eaaf72f7741ba51
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
ggml/src/ggml-backend-reg.cpp