Skip to content

Commit 8407b63

Browse files
committed
Fix JAX GPU tests.
Using XLA_PYTHON_CLIENT_MEM_FRACTION.
1 parent e4bca84 commit 8407b63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.kokoro/github/ubuntu/gpu/jax/continuous.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ env_vars: {
1212
value: "jax"
1313
}
1414

15+
env_vars: {
16+
key: "XLA_PYTHON_CLIENT_MEM_FRACTION"
17+
value: ".5"
18+
}
19+
1520
# Set timeout to 60 mins from default 180 mins
1621
timeout_mins: 60

0 commit comments

Comments
 (0)