Fix warnings (#1864)

This commit is contained in:
Ruben Garcia 2025-11-29 13:18:38 +01:00 committed by GitHub
parent 9999b8950d
commit 06d39dff73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -187,7 +187,7 @@ extern "C"
}
else if(file_format==FileFormat::GGUF_GENERIC)
{
printf("\n---\nIdentified as GGUF model.\nAttempting to Load...\n---\n", file_format);
printf("\n---\nIdentified as GGUF model.\nAttempting to Load...\n---\n");
}
else if(file_format==FileFormat::GGML || file_format==FileFormat::GGHF || file_format==FileFormat::GGJT || file_format==FileFormat::GGJT_2 || file_format==FileFormat::GGJT_3)
{