mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
rwkv integration completed
This commit is contained in:
@@ -212,6 +212,10 @@ void print_tok_vec(std::vector<float> &embd)
|
||||
{
|
||||
fileformat = FileFormat::RWKV_1;
|
||||
}
|
||||
else if(temp==101)
|
||||
{
|
||||
fileformat = FileFormat::RWKV_2;
|
||||
}
|
||||
}
|
||||
else if(magic == 0x67676a74) //v3 format ggjt
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user