mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
allow rwkv6 to run although its broken
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user