mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Increase the shard count of scipy_stats_test because it is timing out in OSS builds.
PiperOrigin-RevId: 485659146
This commit is contained in:
parent
b467feb250
commit
2dc804371c
@ -668,8 +668,8 @@ jax_test(
|
||||
name = "scipy_stats_test",
|
||||
srcs = ["scipy_stats_test.py"],
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"gpu": 20,
|
||||
"cpu": 20,
|
||||
"gpu": 30,
|
||||
"tpu": 10,
|
||||
"iree": 10,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user