Skip to content

Commit

Permalink
fixing TypedInput backward compitibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Raboh [email protected] committed Nov 17, 2024
1 parent fbffea0 commit 998ed09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ModularTokenizerInput:
] = None # by defualt will truncate with right direction, setting to "RAND" will randomly crop a sub-sequence of length=max_len


# for backward compitibilty
# for backward compatibility
TypedInput = ModularTokenizerInput


Expand Down

0 comments on commit 998ed09

Please sign in to comment.