Skip to content

Commit 1453274

Browse files
committed
Fix UT axlearn.common.t5_test
1 parent b571761 commit 1453274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

axlearn/common/t5_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def test_against_t5_encoder_decoder_model(self, arch):
342342
def test_pjit(self):
343343
# A simple test to ensure a train step does not leak tracers.
344344
mesh_shape = (1, 1)
345-
mesh_axes = ("data", "model")
345+
mesh_axes = ("fsdp", "model")
346346
devices = mesh_utils.create_device_mesh(mesh_shape)
347347
with jax.checking_leaks(), jax.sharding.Mesh(devices, mesh_axes):
348348
vocab_size = 6

0 commit comments

Comments
 (0)