Skip to content

Commit

Permalink
Merge pull request jbloomAus#89 from jbloomAus/fix_np
Browse files Browse the repository at this point in the history
Enhance + Fix Neuronpedia generation / upload
  • Loading branch information
jbloomAus authored Apr 18, 2024
2 parents 66b6ec5 + f1d6350 commit c142550
Show file tree
Hide file tree
Showing 15 changed files with 617 additions and 277 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ matplotlib-inline = "^0.1.6"
datasets = "^2.17.1"
babe = "^0.0.7"
nltk = "^3.8.1"
sae-vis = "0.2.6"
sae-vis = { git = "https://github.com/callummcdougall/sae_vis.git", branch = "allow_disable_buffer" }
mkdocs = "^1.5.3"
mkdocs-material = "^9.5.15"
mkdocs-autorefs = "^1.0.1"
mkdocs-section-index = "^0.3.8"
mkdocstrings = "^0.24.1"
mkdocstrings-python = "^1.9.0"
safetensors = "^0.4.2"
typer = "^0.12.3"
mamba-lens = { version = "^0.0.4", optional = true }


Expand Down
2 changes: 1 addition & 1 deletion sae_lens/analysis/dashboard_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import plotly
import plotly.express as px
import torch
import wandb
from sae_vis.data_config_classes import (
ActsHistogramConfig,
Column,
Expand All @@ -24,7 +25,6 @@
from tqdm import tqdm
from transformer_lens import HookedTransformer

import wandb
from sae_lens.training.session_loader import LMSparseAutoencoderSessionloader


Expand Down
Loading

0 comments on commit c142550

Please sign in to comment.