mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
Merge remote-tracking branch 'occam/opencl-dev' into concedo_experimental
# Conflicts: # ggml-opencl.cpp
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user