Skip to content

Commit

Permalink
Merge branch 'main' into milo/support-llama3-rope
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jul 24, 2024
2 parents 0d190a2 + b636e5f commit 5c24b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llmfoundry/data/packing.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ def profile_packing(
dataloader_cfg = copy.deepcopy(dataloader_cfg)
dataloader_cfg.update({
'drop_last': False,
'num_workers': 0,
'prefetch_factor': None,
'persistent_workers': False,
})
dataloader_cfg['dataset']['packing_ratio'] = 1.0
Expand Down

0 comments on commit 5c24b70

Please sign in to comment.