From c9b0941d1fe166542e2fb697313f2149af6d1c68 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 21 Nov 2024 11:41:12 -0800 Subject: [PATCH] copy --- aider/website/_includes/quant-chart.js | 4 ++-- aider/website/_posts/2024-11-21-quantization.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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