More trainer cleaning (#41489)

clean
This commit is contained in:
Marc Sun
2025-10-10 11:55:43 +02:00
committed by GitHub
parent b92fc0c6e1
commit bc529a3368

View File

@ -1272,12 +1272,6 @@ class TrainingArguments:
"help": "Whether to recursively concat inputs/losses/labels/predictions across batches. If `False`, will instead store them as lists, with each batch kept separate."
},
)
_n_gpu: int = field(init=False, repr=False, default=-1)
mp_parameters: str = field(
default="",
metadata={"help": "Used by the SageMaker launcher to send mp-specific args. Ignored in Trainer"},
)
auto_find_batch_size: bool = field(
default=False,
metadata={