mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
glm4 clamp 8 on vk
This commit is contained in:
parent
48f86bbbc7
commit
35284bcdb5
1 changed files with 2 additions and 2 deletions
|
@ -1942,8 +1942,8 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
{
|
||||
printf("GLM-4 is broken on larger batch sizes in Vulkan. Clamp ignored in debug.\n");
|
||||
} else {
|
||||
printf("GLM-4 is broken on larger batch sizes in Vulkan. Clamping ubatch size to 16.\n");
|
||||
kcpp_data->n_ubatch = 16;
|
||||
printf("GLM-4 is broken on larger batch sizes in Vulkan. Clamping ubatch size to 8.\n");
|
||||
kcpp_data->n_ubatch = 8;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue