Skip to content

Commit

Permalink
[Minor] Update use_cache intervenable_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging authored Jul 22, 2024
1 parent 0e11417 commit 312c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvene/models/intervenable_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ def forward(
labels: Optional[torch.LongTensor] = None,
output_original_output: Optional[bool] = False,
return_dict: Optional[bool] = None,
use_cache: Optional[bool] = True,
use_cache: Optional[bool] = None,
):
"""
Main forward function that serves a wrapper to
Expand Down

0 comments on commit 312c38f

Please sign in to comment.