Skip to content

Commit c936525

Browse files
committed
fix broken imports for removed steering
Signed-off-by: jwilber <jwilber@nvidia.com>
1 parent 286d321 commit c936525

File tree

1 file changed

+0
-5
lines changed
  • bionemo-recipes/interpretability/sparse_autoencoders/sae/src/sae

1 file changed

+0
-5
lines changed

bionemo-recipes/interpretability/sparse_autoencoders/sae/src/sae/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
DEFAULT_PROMPT_TEMPLATE,
7070
TOKEN_PROMPT_TEMPLATE,
7171
)
72-
from .steering import SteeredModel, Intervention, InterventionMode
7372
from .process_group_manager import ProcessGroupManager
7473

7574
__version__ = "0.1.0"
@@ -137,10 +136,6 @@
137136
'FeatureInterpretation',
138137
'DEFAULT_PROMPT_TEMPLATE',
139138
'TOKEN_PROMPT_TEMPLATE',
140-
# Steering
141-
'SteeredModel',
142-
'Intervention',
143-
'InterventionMode',
144139
# Process Group Manager
145140
'ProcessGroupManager',
146141
]

0 commit comments

Comments
 (0)