mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 09:05:00 +00:00
move cog/author to end of leaderboard, was preventing it from showing in nav
This commit is contained in:
parent
7c50e5d7af
commit
3c04850339
1 changed files with 23 additions and 21 deletions
|
@ -4,27 +4,6 @@ nav_order: 950
|
||||||
description: Quantitative benchmarks of LLM code editing skill.
|
description: Quantitative benchmarks of LLM code editing skill.
|
||||||
---
|
---
|
||||||
|
|
||||||
<p class="post-date">
|
|
||||||
By Paul Gauthier,
|
|
||||||
last updated
|
|
||||||
<!--[[[cog
|
|
||||||
import os
|
|
||||||
import datetime
|
|
||||||
|
|
||||||
files = [
|
|
||||||
'aider/website/docs/leaderboards/index.md',
|
|
||||||
'aider/website/_data/edit_leaderboard.yml',
|
|
||||||
'aider/website/_data/refactor_leaderboard.yml'
|
|
||||||
]
|
|
||||||
|
|
||||||
mod_times = [os.path.getmtime(file) for file in files]
|
|
||||||
latest_mod_time = max(mod_times)
|
|
||||||
mod_date = datetime.datetime.fromtimestamp(latest_mod_time)
|
|
||||||
cog.out(f"{mod_date.strftime('%B %d, %Y.')}")
|
|
||||||
]]]-->
|
|
||||||
July 29, 2024.
|
|
||||||
<!--[[[end]]]-->
|
|
||||||
</p>
|
|
||||||
|
|
||||||
# Aider LLM Leaderboards
|
# Aider LLM Leaderboards
|
||||||
{: .no_toc }
|
{: .no_toc }
|
||||||
|
@ -306,3 +285,26 @@ See the
|
||||||
for information on running aider's code editing benchmarks.
|
for information on running aider's code editing benchmarks.
|
||||||
Submit results by opening a PR with edits to the
|
Submit results by opening a PR with edits to the
|
||||||
[benchmark results data files](https://github.com/paul-gauthier/aider/blob/main/website/_data/).
|
[benchmark results data files](https://github.com/paul-gauthier/aider/blob/main/website/_data/).
|
||||||
|
|
||||||
|
|
||||||
|
<p class="post-date">
|
||||||
|
By Paul Gauthier,
|
||||||
|
last updated
|
||||||
|
<!--[[[cog
|
||||||
|
import os
|
||||||
|
import datetime
|
||||||
|
|
||||||
|
files = [
|
||||||
|
'aider/website/docs/leaderboards/index.md',
|
||||||
|
'aider/website/_data/edit_leaderboard.yml',
|
||||||
|
'aider/website/_data/refactor_leaderboard.yml'
|
||||||
|
]
|
||||||
|
|
||||||
|
mod_times = [os.path.getmtime(file) for file in files]
|
||||||
|
latest_mod_time = max(mod_times)
|
||||||
|
mod_date = datetime.datetime.fromtimestamp(latest_mod_time)
|
||||||
|
cog.out(f"{mod_date.strftime('%B %d, %Y.')}")
|
||||||
|
]]]-->
|
||||||
|
July 30, 2024.
|
||||||
|
<!--[[[end]]]-->
|
||||||
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue