Skip to content

Commit c6fba4b

Browse files
Charlie Yanwangkuiyi
authored andcommitted
Un-manual spatial_transform_ops_test on RBE (#2470 Table A)
GitOrigin-RevId: e52adfa73ac53396f18fe557747d30acdda76b66
1 parent b619597 commit c6fba4b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

axlearn/vision/spatial_transform_ops_test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,11 @@ def test_multilevel_roi_align(self):
384384
np.testing.assert_allclose(4 * np.ones((2, 2, 1)), roi_features[0][3])
385385
np.testing.assert_allclose(5 * np.ones((2, 2, 1)), roi_features[0][4])
386386

387-
# TODO(markblee): Re-enable in CI when we have access to a larger instance.
387+
# test_large_input OOMs under the default RBE sandbox budget (features
388+
# ~340MB fp32, doubled under JAX_ENABLE_X64, plus roi_align intermediates).
389+
# `size = "enormous"` + `shard_count = 4` were empirically insufficient.
390+
# The `high_cpu` pytest marker is ignored by absltest, so skip explicitly.
391+
@absltest.skip("high memory; OOMs on RBE (see #2470 Table A)")
388392
@pytest.mark.high_cpu
389393
def test_large_input(self):
390394
input_size = 1408

0 commit comments

Comments
 (0)