File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
examples/apps/compute_world_size/config Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7+ # pyre-strict
8+
79"""
810Convenience methods to use ``torch.distributed``.
911"""
Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7+ # pyre-strict
8+
79import os
810import unittest
911from pathlib import Path
Original file line number Diff line number Diff line change 33#
44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
6+
7+ # pyre-strict
You can’t perform that action at this time.
0 commit comments