You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<https://github.com/ROCm/rocm-jax>`__ repository contains sources for the ROCm
251
+
The `<https://github.com/ROCm/rocm-jax/tree/rocm-jaxlib-v0.7.1>`__ repository contains sources for the ROCm
257
252
plugin for JAX as well as Dockerfiles used to build the AMD ``rocm/jax`` images.
258
253
For the most up-to-date instructions, refer directly to the instructions in the repository:
259
254
260
-
- See `Quick build <https://github.com/ROCm/ROCm-jax?tab=readme-ov-file#quickbuild>`__ for concise high-level steps.
255
+
- See `Quick build <https://github.com/ROCm/ROCm-jax/tree/rocm-jaxlib-v0.7.1?tab=readme-ov-file#quickbuild>`__ for concise high-level steps.
261
256
262
-
- See `Building <https://github.com/ROCm/rocm-jax/blob/master/BUILDING.md#building>`__ for more in-depth build instructions and troubleshooting suggestions.
257
+
- See `Building <https://github.com/ROCm/rocm-jax/blob/rocm-jaxlib-v0.7.1/BUILDING.md#building>`__ for more in-depth build instructions and troubleshooting suggestions.
263
258
264
259
.. _jax-verify-installation:
265
260
@@ -270,7 +265,7 @@ After launching the container, test whether JAX detects ROCm devices as expected
270
265
271
266
.. code-block:: bash
272
267
273
-
python -c "import jax;print(jax.devices())"
268
+
python3 -c "import jax; print(jax.devices())"
274
269
python3 -c "import jax.numpy as jnp; x = jnp.arange(5); print(x)"
275
270
276
271
If the setup is successful, the output should list all available ROCm devices.
0 commit comments