Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohanzhan-db committed Jan 23, 2024
1 parent a212ee8 commit d279817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/validation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create_om_cfg(FT_API_args: Namespace):

common_args = {
'drop_last': False,
'num_workers': 1, # detected_cpu_count,
'num_workers': detected_cpu_count,
'prefetch_factor': 2,
'pin_memory': False,
'persistent_workers': False,
Expand Down

0 comments on commit d279817

Please sign in to comment.