mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
added MPT support
This commit is contained in:
parent
9839259b63
commit
6f82e17b7a
10 changed files with 983 additions and 48 deletions
|
@ -43,6 +43,8 @@ enum FileFormat
|
|||
NEOX_5=404, //unshuffled redpajama
|
||||
NEOX_6=405, //using 16bit scalar
|
||||
NEOX_7=406, //using 16bit scalar redpajama
|
||||
|
||||
MPT_1=500, //first supported mpt version
|
||||
};
|
||||
|
||||
enum ModelLoadResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue