mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
copy
This commit is contained in:
parent
f06452c6c5
commit
a16dcaba4e
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Aider coder editing benchmark',
|
text: 'Aider code editing benchmark',
|
||||||
font: {
|
font: {
|
||||||
size: 16
|
size: 16
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ can strongly impact code editing skill.
|
||||||
Heavily quantized models are often used by cloud API providers
|
Heavily quantized models are often used by cloud API providers
|
||||||
and local model servers like Ollama.
|
and local model servers like Ollama.
|
||||||
|
|
||||||
<canvas id="quantChart" width="800" height="600" style="margin: 20px 0"></canvas>
|
<canvas id="quantChart" width="800" height="500" style="margin: 20px 0"></canvas>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||||
<script>
|
<script>
|
||||||
{% include quant-chart.js %}
|
{% include quant-chart.js %}
|
||||||
|
@ -36,7 +36,7 @@ The best version of the model rivals GPT-4o, while the worst performer
|
||||||
is more like GPT-3.5 Turbo level.
|
is more like GPT-3.5 Turbo level.
|
||||||
|
|
||||||
{: .note }
|
{: .note }
|
||||||
This article is being updated as new benchmark runs complete.
|
This article is being updated as additional benchmark runs complete.
|
||||||
The original version included incorrect Ollama models.
|
The original version included incorrect Ollama models.
|
||||||
|
|
||||||
<input type="text" id="quantSearchInput" placeholder="Search..." style="width: 100%; max-width: 800px; margin: 10px auto; padding: 8px; display: block; border: 1px solid #ddd; border-radius: 4px;">
|
<input type="text" id="quantSearchInput" placeholder="Search..." style="width: 100%; max-width: 800px; margin: 10px auto; padding: 8px; display: block; border: 1px solid #ddd; border-radius: 4px;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue