mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
incomplete merge, compiles but generates rubbish
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user