From 55576b8ae9f927a5be58c8ec4b9544712de9236d Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 2 Feb 2025 11:49:49 -0500 Subject: [PATCH] Remove second L24 model and trigger deploy --- viz/src/SAEConfigs.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/viz/src/SAEConfigs.ts b/viz/src/SAEConfigs.ts index 0d65949..b79fc9b 100644 --- a/viz/src/SAEConfigs.ts +++ b/viz/src/SAEConfigs.ts @@ -459,16 +459,6 @@ export const SAE_CONFIGS: Record = { supportsCustomSequence: false, curated: [], }, - "SAE4096-L24-v2": { - storagePath: "4096_layer_sweep/esm2_plm1280_l24_sae4096_k64_auxk640", - description: - "This is has the same dimensions and layer as our original SAE4096-L24, but with a larger training set and K=64 instead of K=128.", - numHiddenDims: 4096, - plmLayer: 24, - defaultDim: 0, - supportsCustomSequence: false, - curated: [], - }, "SAE4096-L28": { storagePath: "4096_layer_sweep/esm2_plm1280_l28_sae4096_k64_auxk640", description: "",