mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 10:59:41 +00:00
fixed support for old falcon models
This commit is contained in:
parent
700951dbd4
commit
c1ca1de2ac
4 changed files with 255 additions and 4 deletions
|
@ -54,6 +54,7 @@ enum FileFormat
|
|||
struct FileFormatExtraMeta
|
||||
{
|
||||
int n_ctx_train = 2048;
|
||||
int fileversion = 0;
|
||||
};
|
||||
|
||||
enum ModelLoadResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue