mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
fix for mamba processing
This commit is contained in:
parent
ba950716a9
commit
47c42fd45c
4 changed files with 24 additions and 3 deletions
|
@ -293,6 +293,10 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_FALCON;
|
||||
}
|
||||
else if(modelarch=="mamba")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_MAMBA;
|
||||
}
|
||||
}
|
||||
gguf_free(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue