mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +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
|
@ -58,6 +58,7 @@ enum GGUFArch
|
|||
ARCH_MAMBA = 3,
|
||||
ARCH_SOLAR = 4,
|
||||
ARCH_QWEN2 = 5,
|
||||
ARCH_RWKV = 6,
|
||||
};
|
||||
|
||||
struct FileFormatExtraMeta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue