Merge branch 'master' into concedo

# Conflicts:
#	CMakeLists.txt
This commit is contained in:
Concedo
2023-04-01 09:05:45 +08:00
6 changed files with 176 additions and 18 deletions
+1 -1
View File
@@ -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);
}