mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Merge remote-tracking branch 'occam/opencl-dev' into concedo_experimental
# Conflicts: # ggml-opencl.cpp
This commit is contained in:
commit
f65bae760a
2 changed files with 51 additions and 99 deletions
|
@ -203,7 +203,7 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
fin.read((char *)&temp, sizeof(temp));//rot
|
||||
fin.read((char *)&ftype, sizeof(ftype));//filetype
|
||||
|
||||
if(ver==1 || ftype==7) //q8 formats treat as old one
|
||||
if(ver==1)
|
||||
{
|
||||
fileformat = FileFormat::GGJT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue