diff --git a/aider/website/_includes/quant-chart.js b/aider/website/_includes/quant-chart.js index 7518864ed..726bfff7f 100644 --- a/aider/website/_includes/quant-chart.js +++ b/aider/website/_includes/quant-chart.js @@ -52,14 +52,14 @@ document.addEventListener('DOMContentLoaded', function () { }, ticks: { font: { - size: 12 + size: 16 } } }, x: { ticks: { font: { - size: 12 + size: 16 } } } diff --git a/aider/website/_posts/2024-11-21-quantization.md b/aider/website/_posts/2024-11-21-quantization.md index efcd8a19a..59fd890b2 100644 --- a/aider/website/_posts/2024-11-21-quantization.md +++ b/aider/website/_posts/2024-11-21-quantization.md @@ -1,6 +1,6 @@ --- title: Quantization matters -excerpt: Open source LLMs are becoming very powerful, but pay attention to how you (or your) provider is quantizing the model. It strongly affects code editing skill. +excerpt: Open source LLMs are becoming very powerful, but pay attention to how you (or your provider) is quantizing the model. It can strongly affect code editing skill. highlight_image: /assets/quantization.jpg draft: false nav_exclude: true