mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Increase canvas height for taller graph aspect ratio
This commit is contained in:
parent
0ccf04a2c5
commit
6d53eb0aaa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ can strongly impact code editing skill.
|
|||
Heavily quantized models are often used by cloud API providers
|
||||
and local model servers like Ollama.
|
||||
|
||||
<canvas id="quantChart" width="800" height="450" style="margin: 20px 0"></canvas>
|
||||
<canvas id="quantChart" width="800" height="600" style="margin: 20px 0"></canvas>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script>
|
||||
{% include quant-chart.js %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue