Merge pull request #17060 from nouiz:rosetta_doc

PiperOrigin-RevId: 558886922
This commit is contained in:
jax authors 2023-08-21 13:37:24 -07:00
commit d03187e305

View File

@ -380,9 +380,11 @@ Some standouts:
JAX is written in pure Python, but it depends on XLA, which needs to be
installed as the `jaxlib` package. Use the following instructions to install a
binary package with `pip` or `conda`, or to [build JAX from
binary package with `pip` or `conda`, to use a
[Docker container](#docker-containers-nvidia-gpu), or to [build JAX from
source](https://jax.readthedocs.io/en/latest/developer.html#building-from-source).
We support installing or building `jaxlib` on Linux (Ubuntu 20.04 or later) and
macOS (10.12 or later) platforms. There is also *experimental* native Windows
support.
@ -516,6 +518,13 @@ sudo ln -s /path/to/cuda /usr/local/cuda-X.X
Please let us know on [the issue tracker](https://github.com/google/jax/issues)
if you run into any errors or problems with the prebuilt wheels.
### Docker containers: NVIDIA GPU
NVIDIA provides the [JAX
Toolbox](https://github.com/NVIDIA/JAX-Toolbox) containers, which are
bleeding edge containers containing nightly releases of jax and some
models/frameworks.
### pip installation: Google Cloud TPU
JAX provides pre-built wheels for