mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Increase the GPU shard count to 40 since its timing out every once in a while in kokoro.
PiperOrigin-RevId: 473617463
This commit is contained in:
parent
120b2801fd
commit
864849d075
@ -318,7 +318,7 @@ jax_test(
|
||||
srcs = ["lax_control_flow_test.py"],
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
"gpu": 30,
|
||||
"gpu": 40,
|
||||
"tpu": 30,
|
||||
"iree": 10,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user