From 7c86dc9ac61208cb6221bffcf708c7f502812457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=8F=E6=9E=AB?= Date: Thu, 26 Dec 2024 15:01:45 +0800 Subject: [PATCH 1/2] add polyglot-qwen2.5-coder-32b-instruct-whole-results --- aider/website/_data/polyglot_leaderboard.yml | 28 +++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/aider/website/_data/polyglot_leaderboard.yml b/aider/website/_data/polyglot_leaderboard.yml index b841a1f0c..654b9bd3f 100644 --- a/aider/website/_data/polyglot_leaderboard.yml +++ b/aider/website/_data/polyglot_leaderboard.yml @@ -282,4 +282,30 @@ date: 2024-12-25 versions: 0.69.2.dev seconds_per_case: 34.8 - total_cost: 0.3369 \ No newline at end of file + total_cost: 0.3369 + +- dirname: 2024-12-26-00-55-20--Qwen2.5-Coder-32B-Instruct + test_cases: 225 + model: openai/Qwen2.5-Coder-32B-Instruct + edit_format: whole + commit_hash: b51768b0 + pass_rate_1: 4.9 + pass_rate_2: 16.4 + pass_num_1: 11 + pass_num_2: 37 + percent_cases_well_formed: 99.6 + error_outputs: 1 + num_malformed_responses: 1 + num_with_malformed_responses: 1 + user_asks: 33 + lazy_comments: 0 + syntax_errors: 0 + indentation_errors: 0 + exhausted_context_windows: 0 + test_timeouts: 6 + total_tests: 225 + command: aider --model openai/Qwen2.5-Coder-32B-Instruct + date: 2024-12-26 + versions: 0.69.2.dev + seconds_per_case: 42.0 + total_cost: 0.0000 \ No newline at end of file From 787738094d30e34aa39825a8fa137dde6cb34fb9 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:50:30 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 79a95c717..db338ee02 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base. -{% include works-best.md %} +

@@ -77,7 +77,6 @@ for more details. - Aider will edit your files to complete your request. - Aider [automatically git commits](https://aider.chat/docs/git.html) changes with a sensible commit message. - Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more... -- {% capture included_content %}{% include works-best.md %}{% endcapture %}{{ included_content | strip_newlines | strip }} - Aider can edit multiple files at once for complex requests. - Aider uses a [map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it work well in larger codebases. - Edit files in your editor while chatting with aider,