Fix ouput typos (#120870)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/120870
Approved by: https://github.com/clee2000
This commit is contained in:
Sergii Dymchenko
2024-02-29 08:29:10 +00:00
committed by PyTorch MergeBot
parent 14c5ebc8a1
commit 09aefe1502
17 changed files with 31 additions and 31 deletions

View File

@ -3622,7 +3622,7 @@ class DistributedTest:
]
assert self._run_all_gather_coalesced_and_verify(
output_tensor_lists, input_tensors, expected_tensors, group_id
), "output tensors do not match expected ouputs"
), "output tensors do not match expected outputs"
self._barrier()