mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-09 16:44:35 +00:00
fix occasional clip segfault, fix glm4 (+1 squashed commits)
Squashed commits: [bd71cd688] GLM4 fix wip
This commit is contained in:
parent
e659cadf48
commit
4d8a7a6594
5 changed files with 28 additions and 12 deletions
|
@ -1917,7 +1917,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
add_bos_token = !inputs.no_bos_token;
|
||||
if(!add_bos_token)
|
||||
{
|
||||
printf("\n======\nBOS token prefix was disabled! Your output may be degraded!\n======\n");
|
||||
printf("\n======\nBOS token prefix was disabled! Your output may be degraded unless model was designed for it!\n======\n");
|
||||
}
|
||||
|
||||
neox_ctx_v2.hparams.n_ctx = neox_ctx_v3.hparams.n_ctx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue