Skip to content

Commit a8f11a7

Browse files
committed
format
1 parent 1f5c619 commit a8f11a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_sharded_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#os.environ["JAX_PLATFORM_NAME"] = "cpu"
44
#os.environ["XLA_FLAGS"] = "--xla_force_host_platform_device_count=8"
55

6-
76
os.environ["EQX_ON_ERROR"] = "nan"
87
from functools import partial
98

@@ -25,7 +24,6 @@
2524

2625
#assert jax.device_count() >= 8, "This notebook requires a TPU or GPU runtime with 8 devices"
2726

28-
2927
all_gather = partial(process_allgather, tiled=False)
3028

3129
pdims = (2, 4)

0 commit comments

Comments
 (0)