Skip to content

Commit

Permalink
remove prefix from model name
Browse files Browse the repository at this point in the history
  • Loading branch information
franktip committed Dec 19, 2024
1 parent a2ad0da commit 2580a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/createMutants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if (require.main === module) {
};

const baseModel = new Model(
argv.model,
argv.model.replace('meta-llama/', ''),
{ temperature: argv.temperature, max_tokens: argv.maxTokens },
metaInfo
);
Expand Down

0 comments on commit 2580a35

Please sign in to comment.