We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286d321 commit c936525Copy full SHA for c936525
bionemo-recipes/interpretability/sparse_autoencoders/sae/src/sae/__init__.py
@@ -69,7 +69,6 @@
69
DEFAULT_PROMPT_TEMPLATE,
70
TOKEN_PROMPT_TEMPLATE,
71
)
72
-from .steering import SteeredModel, Intervention, InterventionMode
73
from .process_group_manager import ProcessGroupManager
74
75
__version__ = "0.1.0"
@@ -137,10 +136,6 @@
137
136
'FeatureInterpretation',
138
'DEFAULT_PROMPT_TEMPLATE',
139
'TOKEN_PROMPT_TEMPLATE',
140
- # Steering
141
- 'SteeredModel',
142
- 'Intervention',
143
- 'InterventionMode',
144
# Process Group Manager
145
'ProcessGroupManager',
146
]
0 commit comments