Increase sharding count on nn_test and svd_test to avoid ASAN timeouts.

PiperOrigin-RevId: 527387005
This commit is contained in:
Skye Wanderman-Milne 2023-04-26 15:10:47 -07:00 committed by jax authors
parent 139e1c2f92
commit 67d80c21cb

View File

@ -148,7 +148,7 @@ jax_test(
shard_count = {
"cpu": 10,
"gpu": 10,
"tpu": 10,
"tpu": 20,
},
)
@ -540,6 +540,9 @@ jax_test(
jax_test(
name = "nn_test",
srcs = ["nn_test.py"],
shard_count = {
"tpu": 10,
},
)
jax_test(