Skip to content

Commit 457f657

Browse files
authored
Update test_xla.py
1 parent fdfc35f commit 457f657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/accelerators/test_xla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def on_train_start(self):
148148

149149
def on_train_end(self):
150150
# 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
151+
# length of the dataloader will be distributed among them and then each rank might not do 3 steps
152152
assert self.called["training_step"] == 3
153153
assert self.called["on_train_batch_start"] == 3
154154
assert self.called["on_train_batch_end"] == 3

0 commit comments

Comments
 (0)