incomplete merge, compiles but generates rubbish

This commit is contained in:
Concedo 2023-08-22 23:12:47 +08:00
commit 39cc83e8c9
57 changed files with 14969 additions and 2462 deletions

View file

@ -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;