We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd9be2 commit 49759c0Copy full SHA for 49759c0
src/transformers/training_args.py
@@ -186,6 +186,9 @@ class TrainingArguments:
186
- :obj:`True` if :obj:`metric_for_best_model` is set to a value that isn't :obj:`"loss"` or
187
:obj:`"eval_loss"`.
188
- :obj:`False` if :obj:`metric_for_best_model` is not set, or set to :obj:`"loss"` or :obj:`"eval_loss"`.
189
+ model_parallel (:obj:`bool`, `optional`, defaults to :obj:`False`):
190
+ If there are more than one devices, whether to use model parallelism to distribute the model's modules
191
+ across devices or not.
192
"""
193
194
output_dir: str = field(
0 commit comments