mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-27 08:04:19 +00:00
Checking to see if specifying number of dataloader workers helps thread issue
This commit is contained in:
parent
3b20322eb0
commit
1a64728420
@ -1047,7 +1047,7 @@ def main():
|
||||
report_to=report_to,
|
||||
remove_unused_columns=False,
|
||||
bf16=True,
|
||||
dataloader_num_workers=0,
|
||||
dataloader_num_workers=8,
|
||||
dataloader_drop_last=True,
|
||||
|
||||
# GRPO-specific parameters
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user