Skip to content

Commit

Permalink
fix other test from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloomAus committed Oct 10, 2024
1 parent 3b78f10 commit 81a7805
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/training/test_cache_activations_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ def to_tokens(self, *args: Tuple[Any, ...], **kwargs: Any) -> torch.Tensor:
def W_E(self) -> torch.Tensor:
return torch.ones(16, 16)

@property
def cfg(self) -> LanguageModelSAERunnerConfig:
return cfg

dataset = Dataset.from_list(
[
{"text": "hello world1"},
Expand Down

0 comments on commit 81a7805

Please sign in to comment.