hynky's picture
hynky HF staff
add webpack
43ec909
raw
history blame
310 Bytes
import "./distill"
import "./style.css"
import { plotClusters } from './clusters'
import { init_ablation_plot } from './plotting'
console.log("Hello");
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
plotClusters();
init_ablation_plot();
}, { once: true });