Increase shard count under TPU for //third_party/py/jax/tests:lax_numpy_test.

PiperOrigin-RevId: 654847718
This commit is contained in:
Vladimir Belitskiy 2024-07-22 12:07:24 -07:00 committed by jax authors
parent d7b821b04d
commit a1f2a50cfa

View File

@ -443,7 +443,7 @@ jax_test(
shard_count = {
"cpu": 40,
"gpu": 40,
"tpu": 40,
"tpu": 50,
},
tags = ["noasan"], # Test times out on all backends
)