mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02: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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user