Merge mainline

This commit is contained in:
Iwan Kawrakow
2024-08-12 11:54:01 +03:00
parent f5d1af61d7
commit 3188517cf4
165 changed files with 9073 additions and 3403 deletions

View File

@@ -163,7 +163,7 @@ static void write_utf8_cstr_to_stdout(const char * str, bool & invalid_utf8) {
printf(">");
return;
}
GGML_ASSERT(false && "MultiByteToWideChar() failed in an unexpected way.");
GGML_ABORT("MultiByteToWideChar() failed in an unexpected way.");
}
LPWSTR wstr = (LPWSTR) calloc(length_needed+1, sizeof(*wstr));