whisper.cpp/ggml
Sky b67e3abdb2
ggml : improve error handling for search path existence checks (llama/17653)
* Improve error handling for search path existence checks

Refactor existence checks for search paths using std::error_code to handle potential errors.

* Improve cache file existence check with error code

Update fs::exists to use std::error_code for error handling.

* Simplify existence check for search paths

Simplify existence check for search paths

* Fix logging path in error message for posix_stat

* Update ggml/src/ggml-backend-reg.cpp

Co-authored-by: Aman Gupta <amangupta052@gmail.com>

* Adapt to the coding standard

---------

Co-authored-by: Aman Gupta <amangupta052@gmail.com>
2025-12-12 17:53:20 +02:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include rpc : fix alloc size logic (llama/17116) 2025-12-12 17:53:18 +02:00
src ggml : improve error handling for search path existence checks (llama/17653) 2025-12-12 17:53:20 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt build : move _WIN32_WINNT definition to headers (llama/17736) 2025-12-12 17:53:16 +02:00