mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
new gpt2 format supported
This commit is contained in:
parent
1369b46bb7
commit
d8e37bfe75
12 changed files with 962 additions and 51 deletions
|
@ -33,7 +33,7 @@ int main(int argc, char ** argv) {
|
|||
|
||||
gpt_vocab vocab;
|
||||
gptj_model_v1 model;
|
||||
FileFormat file_format = FileFormat::GPTJ2;
|
||||
FileFormat file_format = FileFormat::GPTJ_2;
|
||||
|
||||
// load the model
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue