We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a2fb38 + ed9a864 commit 0308aadCopy full SHA for 0308aad
docs/faq.rst
@@ -337,7 +337,7 @@ referred to as being *sticky* to the device).
337
By default, JAX arrays are placed uncommitted on the default device
338
(``jax.devices()[0]``), which is the first GPU or TPU by default. If no GPU or
339
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
+be temporarily overridden with the :func:`jax.default_device` context manager, or
341
set for the whole process by setting the environment variable ``JAX_PLATFORMS``
342
or the absl flag ``--jax_platforms`` to "cpu", "gpu", or "tpu"
343
(``JAX_PLATFORMS`` can also be a list of platforms, which determines which
0 commit comments