mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
relocated shader compile warning
This commit is contained in:
@@ -2217,6 +2217,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
||||
printf("CUDA: Set main device to %d\n",kcpp_parseinfo_maindevice);
|
||||
}
|
||||
printf("CUDA MMQ: %s\n",(inputs.use_mmq?"True":"False"));
|
||||
printf("---\nInitializing CUDA/HIP, please wait, the following step may take a few minutes (only for first launch)...\n---\n");
|
||||
ggml_cuda_set_mul_mat_q(inputs.use_mmq);
|
||||
#endif
|
||||
if((file_format_meta.model_architecture == GGUFArch::ARCH_QWEN2 || file_format_meta.model_architecture == GGUFArch::ARCH_QWEN2VL) && !kcpp_data->flash_attn)
|
||||
|
||||
Reference in New Issue
Block a user