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 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ # pyre-strict
8
+
7
9
"""
8
10
Convenience methods to use ``torch.distributed``.
9
11
"""
Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ # pyre-strict
8
+
7
9
import os
8
10
import unittest
9
11
from pathlib import Path
Original file line number Diff line number Diff line change 3
3
#
4
4
# This source code is licensed under the BSD-style license found in the
5
5
# 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