Skip to content

Commit

Permalink
Update src/modalities/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Max Lübbering <[email protected]>
  • Loading branch information
mali-git and le1nux authored Jan 21, 2025
1 parent 3c74dc1 commit 1ade0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modalities/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def CMD_entry_point_merge_packed_data(src_paths: list[Path], target_path: Path):
@click.option(
"--batch-size", type=int, default=100, show_default=True, help="Number of documents to process per batch."
)
def shuffle_tokenized_data_entrypoint(input_data_path: Path, batch_size: int) -> None:
def CMD_shuffle_tokenized_data(input_data_path: Path, batch_size: int) -> None:
"""Entrypoint for shuffling tokenized data.
Args:
Expand Down

0 comments on commit 1ade0ec

Please sign in to comment.