Skip to content

Commit

Permalink
Rename the source model directory (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Nov 22, 2023
1 parent f1c6381 commit e7bb30d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from transformer_lens import HookedTransformer

from sparse_autoencoder.activation_store.list_store import ListActivationStore
from sparse_autoencoder.src_model.store_activations_hook import store_activations_hook
from sparse_autoencoder.source_model.store_activations_hook import store_activations_hook
from sparse_autoencoder.tensor_types import BatchTokenizedPrompts


Expand Down
2 changes: 1 addition & 1 deletion sparse_autoencoder/train/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from sparse_autoencoder.activation_store.tensor_store import TensorActivationStore
from sparse_autoencoder.metrics.train.abstract_train_metric import TrainMetricData
from sparse_autoencoder.src_model.store_activations_hook import store_activations_hook
from sparse_autoencoder.source_model.store_activations_hook import store_activations_hook
from sparse_autoencoder.tensor_types import BatchTokenizedPrompts, NeuronActivity
from sparse_autoencoder.train.abstract_pipeline import AbstractPipeline
from sparse_autoencoder.train.utils import get_model_device
Expand Down

0 comments on commit e7bb30d

Please sign in to comment.