mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
changed dirname
This commit is contained in:
parent
8c29ecff28
commit
0dc4df25c8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def main():
|
|||
for model in models:
|
||||
for edit_format in edit_formats:
|
||||
# dump(model, edit_format)
|
||||
dirname = f"/benchmarks/{model}-{edit_format}"
|
||||
dirname = f"/benchmarks/rungrid-{model}-{edit_format}"
|
||||
dump(dirname)
|
||||
|
||||
benchmark_main(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue