mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
3d544136d2
commit
c9b0941d1f
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue