Skip to content

Commit 3ca3d05

Browse files
committed
Fixes 13 unit tests related with mesh_axis naming from CPU Unit tests Jax 0.8.0 and Jax 0.8.1.dev.. with Python 3.12.
1 parent 034266d commit 3ca3d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

axlearn/common/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def pytest_addoption_atomic(parser, option, **kwargs):
727727
def mock_trainer_config(
728728
input_config: InstantiableConfig,
729729
model_config: BaseModel.Config,
730-
mesh_axis_names: Sequence[str] = ("data", "model"),
730+
mesh_axis_names: Sequence[str] = ("fsdp", "model"),
731731
) -> SpmdTrainer.Config:
732732
cfg = SpmdTrainer.default_config()
733733
cfg.name = "mock_trainer_config"

0 commit comments

Comments
 (0)