clblast survived

This commit is contained in:
Concedo
2024-11-02 21:51:38 +08:00
18 changed files with 1902 additions and 1933 deletions
+1 -1
View File
@@ -1883,7 +1883,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
else if(file_format_meta.n_expert_count>1)
{
printf("\nOpenCL cannot use regular GPU offloading for this model architecture. A fallback GPU offloader will be used with degraded performance.\n");
clblast_offload_fallback_mode = true;
}
}
#endif