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 af7625a commit 5cfc0b9Copy full SHA for 5cfc0b9
test/scan/test_scan_spmd.py
@@ -7,6 +7,8 @@
7
from torch_xla.distributed.spmd import mark_sharding, set_global_mesh, get_1d_mesh
8
import torch_xla.runtime as xr
9
10
+torch.manual_seed(12345)
11
+
12
13
class ScanSpmdTest(unittest.TestCase):
14
0 commit comments