replace deprecated

This commit is contained in:
Concedo 2025-03-27 10:27:20 +08:00
parent 4bf675a83d
commit 6a709be50a
4 changed files with 6 additions and 6 deletions

View file

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