Increase sharding of checkify_test on TPU to fix CI flakes.

PiperOrigin-RevId: 678720498
This commit is contained in:
Peter Hawkins 2024-09-25 08:53:47 -07:00 committed by jax authors
parent a373e37be2
commit 1949413739

View File

@ -1072,7 +1072,7 @@ jax_multiplatform_test(
srcs = ["checkify_test.py"],
shard_count = {
"gpu": 2,
"tpu": 2,
"tpu": 4,
},
)