mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 08:05:01 +00:00
rename
This commit is contained in:
parent
80928b90a5
commit
2ea5a98ee0
3 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ The model also has to successfully apply all its changes to the source file with
|
||||||
<script>
|
<script>
|
||||||
{% assign data_source = edit_sorted %}
|
{% assign data_source = edit_sorted %}
|
||||||
{% assign pass_rate_field = "pass_rate_2" %}
|
{% assign pass_rate_field = "pass_rate_2" %}
|
||||||
{% include edit-leaderboard.js %}
|
{% include leaderboard.js %}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
tr.selected {
|
tr.selected {
|
||||||
|
|
|
@ -46,7 +46,7 @@ Therefore, results are available for fewer models.
|
||||||
<script>
|
<script>
|
||||||
{% assign data_source = refac_sorted %}
|
{% assign data_source = refac_sorted %}
|
||||||
{% assign pass_rate_field = "pass_rate_1" %}
|
{% assign pass_rate_field = "pass_rate_1" %}
|
||||||
{% include edit-leaderboard.js %}
|
{% include leaderboard.js %}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue