Skip to content

Commit d73915f

Browse files
Merge pull request #3339 from AI-Hypercomputer:hengtaoguo-test
PiperOrigin-RevId: 879766115
2 parents 9a05980 + 5a77814 commit d73915f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/sharding_compare_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333

3434
Transformer = models.transformer_as_linen
3535

36-
pytestmark = [pytest.mark.cpu_only, pytest.mark.tpu_backend]
37-
3836

3937
def compute_checksum(d: dict) -> str:
4038
"""Compute a checksum (SHA256) of a dictionary."""

tests/unit/train_compile_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
from maxtext.trainers.pre_train.train_compile import main as train_compile_main
2929
from tests.utils.test_helpers import get_test_config_path
3030

31-
pytestmark = [pytest.mark.external_training, pytest.mark.tpu_backend]
32-
3331

3432
class TrainCompile(unittest.TestCase):
3533
"""Tests for the Ahead of Time Compilation functionality, train_compile.py"""

0 commit comments

Comments
 (0)