(mesh_shape: Sequence[int])
| 62 | |
| 63 | |
| 64 | def _mesh(mesh_shape: Sequence[int]): |
| 65 | devices = mesh_utils.create_device_mesh(mesh_shape) |
| 66 | return jax.sharding.Mesh(devices, ("data", "model")) |
| 67 | |
| 68 | |
| 69 | def _checkpointer_config( |
no outgoing calls
no test coverage detected