Skip to content
Open
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
2 changes: 0 additions & 2 deletions tests/unit/mhc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ def test_use_mhc_pallas_kernel_dispatch(self, use_mhc_pallas_kernel):
use_mhc_pallas_kernel=use_mhc_pallas_kernel,
dim=128,
sequence_length=256,
per_device_batch_size=1,
dtype="bfloat16",
)
with nn_partitioning.axis_rules(self.config.logical_axis_rules):
Expand Down Expand Up @@ -481,7 +480,6 @@ def test_use_mhc_pallas_kernel_custom_block_size(self):
mhc_pallas_kernel_bwd_feature_block_size=512,
dim=128,
sequence_length=128,
per_device_batch_size=1,
dtype="bfloat16",
)
with nn_partitioning.axis_rules(self.config.logical_axis_rules):
Expand Down
Loading