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:
Concedo 2025-08-06 14:14:40 +08:00
parent 34487d3c02
commit 61c19fea56
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}