This commit is contained in:
Paul Gauthier 2024-11-21 11:41:12 -08:00
parent 3d544136d2
commit c9b0941d1f
2 changed files with 3 additions and 3 deletions

View file

@ -52,14 +52,14 @@ document.addEventListener('DOMContentLoaded', function () {
}, },
ticks: { ticks: {
font: { font: {
size: 12 size: 16
} }
} }
}, },
x: { x: {
ticks: { ticks: {
font: { font: {
size: 12 size: 16
} }
} }
} }

View file

@ -1,6 +1,6 @@
--- ---
title: Quantization matters 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 highlight_image: /assets/quantization.jpg
draft: false draft: false
nav_exclude: true nav_exclude: true