Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ addopts =
--ignore=tests/unit/qwen3_omni_layers_test.py
--ignore=tests/unit/qwen3_next_vs_reference_test.py
--ignore=tests/unit/deepseek32_vs_reference_test.py
--ignore=tests/unit/engram_vs_reference_test.py
markers =
tpu_only: marks tests to be run on TPUs only
gpu_only: marks tests to be run on GPUs only
Expand Down
1 change: 1 addition & 0 deletions src/MaxText/configs/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ logical_axis_rules: [
['paged_kv_head_dim_size', []],
['dense_layers', []],
['moe_layers', []],
['engram_dim', ['tensor']],
]
# Axes used for DCN must be earlier in this list than ICI, see (b/339009148) for details
data_sharding: [['data', 'stage', 'fsdp', 'fsdp_transpose', 'sequence', 'context', 'context_autoregressive', 'tensor', 'tensor_transpose', 'tensor_sequence', 'expert', 'autoregressive']]
Expand Down
Loading
Loading