Skip to content

Commit 0308aad

Browse files
author
jax authors
committed
Merge pull request #20289 from parmentelat:patch-1
PiperOrigin-RevId: 616880171
2 parents 5a2fb38 + ed9a864 commit 0308aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ referred to as being *sticky* to the device).
337337
By default, JAX arrays are placed uncommitted on the default device
338338
(``jax.devices()[0]``), which is the first GPU or TPU by default. If no GPU or
339339
TPU is present, ``jax.devices()[0]`` is the CPU. The default device can
340-
temporarily overridden with the :func:`jax.default_device` context manager, or
340+
be temporarily overridden with the :func:`jax.default_device` context manager, or
341341
set for the whole process by setting the environment variable ``JAX_PLATFORMS``
342342
or the absl flag ``--jax_platforms`` to "cpu", "gpu", or "tpu"
343343
(``JAX_PLATFORMS`` can also be a list of platforms, which determines which

0 commit comments

Comments
 (0)