Skip to content

Commit

Permalink
small add_id backend fix (NVIDIA#525)
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Phillip Mobley <[email protected]>
  • Loading branch information
VibhuJawa authored and philm001 committed Feb 10, 2025
1 parent 8a113f7 commit 9638f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo_curator/modules/add_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AddId(BaseModule):
def __init__(
self, id_field, id_prefix: str = "doc_id", start_index: Optional[int] = None
) -> None:
super().__init__(input_backend="pandas")
super().__init__(input_backend="any")
self.id_field = id_field
self.id_prefix = id_prefix
self.start_index = start_index
Expand Down

0 comments on commit 9638f2c

Please sign in to comment.