Update tests/plugins/test_sharded_plugin.py
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
This commit is contained in:
parent
091c236392
commit
ff34a8fed9
|
@ -458,8 +458,9 @@ def run_sharded_correctness(
|
|||
max_percent_speed_diff=0.25,
|
||||
model_cls=TestModel):
|
||||
"""
|
||||
Ensures that the trained model is identical to the standard DDP implementation.
|
||||
Also checks for speed/memory regressions, we should expect always less memory but performance to fluctuate.
|
||||
Ensures that the trained model is identical to the standard DDP implementation.
|
||||
Also checks for speed/memory regressions, we should expect always less memory but performance to fluctuate.
|
||||
|
||||
Args:
|
||||
accelerator: Accelerator type for test.
|
||||
gpus: Number of GPUS to enable.
|
||||
|
|
Loading…
Reference in New Issue