mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-06 08:01:27 +00:00
Fix warnings (#1864)
This commit is contained in:
parent
9999b8950d
commit
06d39dff73
4 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue