Skip to content

Commit

Permalink
Change 16 to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea authored Sep 18, 2023
1 parent c576a4d commit e1997b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data_prep/convert_text_to_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def parse_args() -> Namespace:
'--processes',
type=int,
required=False,
default=min(max(psutil.cpu_count() - 2, 1), 16),
default=min(max(psutil.cpu_count() - 2, 1), 32),
help=
'The number of processes to use to download and convert the dataset',
)
Expand Down

0 comments on commit e1997b4

Please sign in to comment.