(cls)
| 8 | class TestRingDistributed(mlx_distributed_tests.MLXDistributedCommonTestCase): |
| 9 | @classmethod |
| 10 | def setUpClass(cls): |
| 11 | _ = mx.distributed.init(strict=True, backend="ring") |
| 12 | cls.atol = 1e-6 |
| 13 | cls.rtol = 1e-4 |
| 14 | |
| 15 | def test_groups(self): |
| 16 | world = mx.distributed.init() |