mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Re-bump shard count for pmap_test
PiperOrigin-RevId: 468239588
This commit is contained in:
parent
be823b6369
commit
8068e4638c
@ -526,9 +526,9 @@ jax_test(
|
||||
name = "pmap_test",
|
||||
srcs = ["pmap_test.py"],
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"gpu": 10,
|
||||
"tpu": 10,
|
||||
"cpu": 15,
|
||||
"gpu": 30,
|
||||
"tpu": 15,
|
||||
},
|
||||
tags = ["multiaccelerator"],
|
||||
deps = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user