Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging committed Aug 24, 2024
1 parent 969ae27 commit 95e5122
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyvene/models/intervenable_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,6 @@ def hook_callback(model, args, kwargs, output=None):
subspaces[key_i] if subspaces is not None else None,
)
if isinstance(raw_intervened_representation, InterventionOutput):
# memorize for other training objectives
self.full_intervention_outputs.append(raw_intervened_representation)
intervened_representation = raw_intervened_representation.output
else:
Expand Down

0 comments on commit 95e5122

Please sign in to comment.