mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Bump shard_count for shard_map_test to fix timeouts.
PiperOrigin-RevId: 571109311
This commit is contained in:
parent
4fd6bf4e57
commit
a2b70e3346
@ -1171,9 +1171,9 @@ jax_test(
|
||||
name = "shard_map_test",
|
||||
srcs = ["shard_map_test.py"],
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
"cpu": 50,
|
||||
"gpu": 10,
|
||||
"tpu": 40,
|
||||
"tpu": 50,
|
||||
},
|
||||
tags = ["multiaccelerator"],
|
||||
deps = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user