mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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 model in models:
|
||||||
for edit_format in edit_formats:
|
for edit_format in edit_formats:
|
||||||
# dump(model, edit_format)
|
# dump(model, edit_format)
|
||||||
dirname = f"/benchmarks/{model}-{edit_format}"
|
dirname = f"/benchmarks/rungrid-{model}-{edit_format}"
|
||||||
dump(dirname)
|
dump(dirname)
|
||||||
|
|
||||||
benchmark_main(
|
benchmark_main(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue