mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 00:54:41 +00:00
allow rwkv6 to run although its broken
This commit is contained in:
parent
b63158005f
commit
fc7fe2e7a0
3 changed files with 25 additions and 8 deletions
|
@ -314,6 +314,10 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_QWEN2;
|
||||
}
|
||||
else if(modelarch=="rwkv6")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_RWKV;
|
||||
}
|
||||
printf("Arch Category: %d\n",fileformatmeta->model_architecture);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue