Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
Signed-off-by: Vivian Chen <[email protected]>
  • Loading branch information
Vivian Chen committed Aug 7, 2024
1 parent c2222cd commit 18da971
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def main():
logging.info(f"Output directory: {output_dir}")

prefix_path = f"{output_dir}/packed_seq_dataset"
os.makedirs(prefix_path, exist_ok=True)
# Original Datasets to Sequence Lengths Files
builders = {}
for item_dict in tqdm(train_dl, desc="Building indexed datasets"):
Expand Down

0 comments on commit 18da971

Please sign in to comment.