mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
incomplete merge, compiles but generates rubbish
This commit is contained in:
commit
39cc83e8c9
57 changed files with 14969 additions and 2462 deletions
|
@ -251,6 +251,10 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
fileformat = FileFormat::GGJT_2;
|
||||
}
|
||||
}
|
||||
else if(magic == 0x46554747)
|
||||
{
|
||||
fileformat = FileFormat::GGUF_LLAMA;
|
||||
}
|
||||
fin.close();
|
||||
|
||||
return fileformat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue