Skip to content

Commit bda8d78

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 bda8d78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

axlearn/common/state_builder_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ def _mock_bert_trainer_config(
293293
embedding_cfg=bert.bert_embedding_config(max_position_embeddings=max_len),
294294
stack_cfg=bert.bert_transformer_config(num_layers=3, num_heads=2),
295295
),
296+
mesh_axis_names=("fsdp", "model")
296297
)
297298

298299
def _mock_bert_trainer_config_and_state(

0 commit comments

Comments
 (0)