mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
fixed support for old falcon models
This commit is contained in:
@@ -288,6 +288,8 @@ void print_tok_vec(std::vector<float> &embd)
|
||||
if (keyidx != -1) {
|
||||
fileformatmeta->n_ctx_train = gguf_get_val_u32(ctx, keyidx);
|
||||
}
|
||||
int filever = gguf_get_version(ctx);
|
||||
fileformatmeta->fileversion = filever;
|
||||
}
|
||||
gguf_free(ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user