mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 00:35:04 +02:00
Merge branch 'master' into concedo
# Conflicts: # CMakeLists.txt
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ extern "C"
|
||||
{
|
||||
std::string model = inputs.model_filename;
|
||||
file_format = check_file_format(model.c_str());
|
||||
printf("\nIdentified as LLAMA model: (ver %d)\n", file_format);
|
||||
printf("\n---\nIdentified as LLAMA model: (ver %d)\nAttempting to Load...\n---\n", file_format);
|
||||
|
||||
return llama_load_model(inputs, file_format);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user