mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
fixed glm4 sop, lower regex max stacks (+2 squashed commit)
Squashed commit: [47e39ae5d] lower regex max stack again [0a32ca232] lower regex max stack again
This commit is contained in:
parent
34487d3c02
commit
61c19fea56
2 changed files with 2 additions and 2 deletions
|
@ -352,7 +352,7 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_RWKV;
|
||||
}
|
||||
else if(modelarch=="glm4")
|
||||
else if(modelarch=="glm4" || modelarch=="glm4moe")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_GLM4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue