Skip to content

Commit

Permalink
Remove sharding from custom_root_test.
Browse files Browse the repository at this point in the history
This test only takes around 30s on most hardware platforms, it does not need 10 shards.

PiperOrigin-RevId: 694243316
  • Loading branch information
hawkinsp authored and Google-ML-Automation committed Nov 7, 2024
1 parent 8b7bcad commit 3b2e4a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,6 @@ jax_multiplatform_test(
jax_multiplatform_test(
name = "custom_root_test",
srcs = ["custom_root_test.py"],
shard_count = {
"cpu": 10,
"gpu": 10,
"tpu": 10,
},
)

jax_multiplatform_test(
Expand Down

0 comments on commit 3b2e4a1

Please sign in to comment.