Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Degen committed Jan 6, 2025
1 parent 82b6955 commit e6b99d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer_lens/HookedTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def to_tokens(
self.tokenizer.padding_side. Specifies which side to pad when tokenizing
multiple strings of different lengths.
move_to_device (bool): Whether to move the output tensor of tokens to the device the
model lives on. Defaults to True
model lives on. Defaults to True
truncate (bool): If the output tokens are too long,
whether to truncate the output tokens to the model's max context window. Does nothing
for shorter inputs. Defaults to True.
Expand Down

0 comments on commit e6b99d7

Please sign in to comment.