mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
replace deprecated
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user