Compare-Methods Blog Assets

This folder contains a blog-ready Chart.js bundle for the existing Llama patch detection figures generated from Compare-Methods.ipynb.

Scope:

Files:

Suggested usage:

  1. Copy llama_patch_detection_vs_sparsity.json and llama_patch_detection_vs_sparsity_chart.js into your blog assets.
  2. Load Chart.js on the page.
  3. Add a container like <div id="compare-methods-charts"></div>.
  4. Fetch the JSON and call renderCompareMethodsCharts("#compare-methods-charts", bundle).
  5. Serve the assets over HTTP for preview. The HTML file uses fetch, so file:// loading may be blocked by the browser.

Note: