Skip to content

Commit bc529a3

Browse files
authored
More trainer cleaning (#41489)
clean
1 parent b92fc0c commit bc529a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/transformers/training_args.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,12 +1272,6 @@ class TrainingArguments:
12721272
"help": "Whether to recursively concat inputs/losses/labels/predictions across batches. If `False`, will instead store them as lists, with each batch kept separate."
12731273
},
12741274
)
1275-
_n_gpu: int = field(init=False, repr=False, default=-1)
1276-
mp_parameters: str = field(
1277-
default="",
1278-
metadata={"help": "Used by the SageMaker launcher to send mp-specific args. Ignored in Trainer"},
1279-
)
1280-
12811275
auto_find_batch_size: bool = field(
12821276
default=False,
12831277
metadata={

0 commit comments

Comments
 (0)