We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763e572 commit 4659eadCopy full SHA for 4659ead
tests/utils/test_device_mesh.py
@@ -4,6 +4,8 @@
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
6
7
+# pyre-strict
8
+
9
import unittest
10
11
from torchtnt.utils.device_mesh import (
torchtnt/utils/device_mesh.py
from typing import Optional
from torch.distributed.device_mesh import DeviceMesh, init_device_mesh
0 commit comments