Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
alex28sh committed Sep 24, 2024
1 parent 263179a commit b44e129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verified_cogen/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def main():
args.temperature,
)
runner = make_runner_cls(
args.bench_type, Path(args.input).suffix[1:], log_tries
args.bench_type, Path(args.input).suffix[1:], parser, log_tries
)(llm, logger, verifier)
tries = runner.run_on_file(mode, args.tries, args.input)
if tries == 0:
Expand Down

0 comments on commit b44e129

Please sign in to comment.