Skip to content

Commit

Permalink
small add_id backend fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
  • Loading branch information
VibhuJawa committed Feb 7, 2025
1 parent 34a1cc6 commit 5dbfe07
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 5dbfe07

Please sign in to comment.