mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
mmq debug log
This commit is contained in:
+2
-1
@@ -2168,8 +2168,9 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
||||
#if defined(GGML_USE_CUDA)
|
||||
if(cu_parseinfo_maindevice>0)
|
||||
{
|
||||
printf("CUBLAS: Set main device to %d\n",cu_parseinfo_maindevice);
|
||||
printf("CUDA: Set main device to %d\n",cu_parseinfo_maindevice);
|
||||
}
|
||||
printf("CUDA MMQ: %s\n",(inputs.use_mmq?"True":"False"));
|
||||
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