mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Added backwards compatibility to an earlier version of NeoX.
This commit is contained in:
parent
bff998f871
commit
5eec5d6ed9
6 changed files with 49 additions and 21 deletions
|
@ -130,7 +130,7 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
else if(vocabsiz < 31998 || vocabsiz > 33000)
|
||||
{
|
||||
//anything outside the llama v1 range is assumed to be NeoX
|
||||
fileformat = FileFormat::NEOX_1;
|
||||
fileformat = FileFormat::NEOX_2;
|
||||
}
|
||||
}
|
||||
else if(magic == 0x67676d66) //v2 format ggmf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue