mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-09 16:44:35 +00:00
Gpt NeoX / Pythia integration completed
This commit is contained in:
parent
7b3d04e5d4
commit
c454f8b848
5 changed files with 20 additions and 150 deletions
|
@ -127,7 +127,7 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
fileformat = FileFormat::GPT2_2; //quantized format cannot be legacy type
|
||||
}
|
||||
}
|
||||
else if(vocabsiz < 32000 || vocabsiz > 36000)
|
||||
else if(vocabsiz < 31998 || vocabsiz > 33000)
|
||||
{
|
||||
//anything outside the llama v1 range is assumed to be NeoX
|
||||
fileformat = FileFormat::NEOX_1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue