mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
fixed moe experts to use detected arch for key
This commit is contained in:
parent
c1d38897ee
commit
b162c25a5e
3 changed files with 10 additions and 1 deletions
|
@ -296,6 +296,7 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
|
||||
fileformatmeta->fileversion = filever;
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_DEFAULT;
|
||||
fileformatmeta->model_architecture_str = modelarch;
|
||||
if(modelarch=="phi2")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_PHI;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue