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 fdfc35f commit 457f657Copy full SHA for 457f657
tests/tests_pytorch/accelerators/test_xla.py
@@ -148,7 +148,7 @@ def on_train_start(self):
148
149
def on_train_end(self):
150
# this might fail if run in an environment with too many ranks, as the total
151
- # length of the dataloader will be distrbuted among them and then each rank might not do 3 steps
+ # length of the dataloader will be distributed among them and then each rank might not do 3 steps
152
assert self.called["training_step"] == 3
153
assert self.called["on_train_batch_start"] == 3
154
assert self.called["on_train_batch_end"] == 3
0 commit comments