mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
GLM4 batch clamp
This commit is contained in:
parent
3f545eadbe
commit
4decd6bea1
3 changed files with 9 additions and 0 deletions
|
@ -329,6 +329,10 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_RWKV;
|
||||
}
|
||||
else if(modelarch=="glm4")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_GLM4;
|
||||
}
|
||||
printf("Arch Category: %d\n",fileformatmeta->model_architecture);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue