mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
disable context shift when using mrope
This commit is contained in:
parent
646df4b126
commit
f4e2f4b069
1 changed files with 2 additions and 1 deletions
|
@ -2126,7 +2126,8 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
}
|
||||
if(file_format_meta.model_architecture == GGUFArch::ARCH_QWEN2VL)
|
||||
{
|
||||
printf("Qwen2VL detected! Mrope will be used!\n");
|
||||
printf("Qwen2VL detected! Mrope will be used, and context shift will be disabled!\n");
|
||||
kcpp_data->use_contextshift = false;
|
||||
}
|
||||
model_params.main_gpu = cu_parseinfo_maindevice;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue