mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
14c5ebc8a1
commit
09aefe1502
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user