Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 7c189c2

Browse files
jburnimcopybara-github
authored andcommitted
Configure tests to explicitly use jax_threefry_partitionable=False.
See jax-ml/jax#18480 PiperOrigin-RevId: 746173050
1 parent 3eb2e84 commit 7c189c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trax/layers/research/efficient_attention_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
from trax.fastmath import numpy as jnp
2626
from trax.layers.research import efficient_attention
2727

28+
jax.config.update('jax_threefry_partitionable', False)
29+
2830

2931
class EfficientAttentionTest(test.TestCase, parameterized.TestCase):
3032

0 commit comments

Comments
 (0)