mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Remove docstring for removed parameter (#4734)
This commit is contained in:
parent
b22091dc91
commit
c334b5738e
1 changed files with 0 additions and 3 deletions
|
|
@ -574,9 +574,6 @@ class ORTTrainer():
|
|||
gradient_accumulation_steps: number of training steps to accumulate
|
||||
gradients before averaging and applying them.
|
||||
Defaults to 1.
|
||||
postprocess_model: a callable to postprocess the ONNX model that is
|
||||
converted from PyTorch.
|
||||
Defaults to None.
|
||||
world_rank: rank id used for distributed training.
|
||||
Defaults to 0.
|
||||
world_size: number of ranks participating in distributed training.
|
||||
|
|
|
|||
Loading…
Reference in a new issue