]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Make logging more verbose (#11714)
authorEric Curtin <redacted>
Fri, 7 Feb 2025 14:42:46 +0000 (14:42 +0000)
committerGitHub <redacted>
Fri, 7 Feb 2025 14:42:46 +0000 (14:42 +0000)
Debugged an issue with a user who was on a read-only filesystem.

Signed-off-by: Eric Curtin <redacted>
examples/run/run.cpp

index 39353ba3086fbba0072f64d0bb09935def0a8e74..eab60cad1fc956cb35df9a883760b4f9b6613ce4 100644 (file)
@@ -346,7 +346,7 @@ class HttpClient {
         if (!output_file.empty()) {
             output_file_partial = output_file + ".partial";
             if (!out.open(output_file_partial, "ab")) {
-                printe("Failed to open file\n");
+                printe("Failed to open file for writing\n");
 
                 return 1;
             }