Many small improvements, new benchmark results!

This commit is contained in:
Anton Osika
2023-06-21 00:37:18 +02:00
parent 4c68126295
commit 16dd96f50d
6 changed files with 97 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ def main(
"-m",
"gpt_engineer.main",
bench_folder,
"--steps-config",
"--steps",
"benchmark",
],
stdout=log_file,
@@ -66,7 +66,7 @@ def main(
"-m",
"gpt_engineer.main",
bench_folder,
"--steps-config",
"--steps",
"execute_only",
],
)