We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e664b16 + 61a9b9a commit 56bf0f5Copy full SHA for 56bf0f5
1 file changed
tests/integration/train_tests.py
@@ -500,6 +500,8 @@ def test_base_model_shardy_false(self):
500
501
@pytest.mark.integration_test
502
@pytest.mark.tpu_only
503
+ # TODO(b/517509898): Skip ZeRo-1 compiler Segfault on TPU7x SparseCore platforms
504
+ @pytest.mark.skip_on_tpu7x
505
def test_tpu_zero1_gradient_accumulation(self):
506
zero1_ga = [ # tests Zero-1 optimizer sharding with gradient accumulation
507
None,
0 commit comments