Commit f5518e56 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Formatting

parent 17099ebd
...@@ -263,7 +263,9 @@ class TrainingArguments: ...@@ -263,7 +263,9 @@ class TrainingArguments:
eval_steps: int = field(default=None, metadata={"help": "Run an evaluation every X steps."}) eval_steps: int = field(default=None, metadata={"help": "Run an evaluation every X steps."})
dataloader_num_workers: int = field( dataloader_num_workers: int = field(
default=0, default=0,
metadata={"help": "Number of subprocesses to use for data loading (PyTorch only). 0 means that the data will be loaded in the main process."} metadata={
"help": "Number of subprocesses to use for data loading (PyTorch only). 0 means that the data will be loaded in the main process."
},
) )
past_index: int = field( past_index: int = field(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment