Skip to content

Commit 109f5f9

Browse files
author
jax authors
committed
Merge pull request #20713 from jakevdp:parallelism-doc
PiperOrigin-RevId: 623877877
2 parents 11fc7a3 + a174e9b commit 109f5f9

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

docs/notebooks/Distributed_arrays_and_automatic_parallelization.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
"source": [
1818
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/jax/blob/main/docs/notebooks/Distributed_arrays_and_automatic_parallelization.ipynb) [![Open in Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/google/jax/blob/main/docs/notebooks/Distributed_arrays_and_automatic_parallelization.ipynb)\n",
1919
"\n",
20-
"This tutorial discusses parallelism via `jax.Array`, the unified array object model available in JAX v0.4.1 and newer.\n",
21-
"\n",
22-
"Refer to the [`jax.Array migration`](https://jax.readthedocs.io/en/latest/jax_array_migration.html#jax-array-migration) guide to learn how to migrate the existing JAX pre-v0.4.1 codebases to `jax.Array`.\n",
23-
"\n",
24-
"**Note:** The features required by `jax.Array` are not supported by the Colab TPU runtime at this time, but are available on Google Cloud TPU and Kaggle TPU VMs."
20+
"This tutorial discusses parallelism via `jax.Array`, the unified array object model available in JAX v0.4.1 and newer."
2521
]
2622
},
2723
{
@@ -2369,6 +2365,7 @@
23692365
}
23702366
],
23712367
"metadata": {
2368+
"accelerator": "TPU",
23722369
"colab": {
23732370
"provenance": [],
23742371
"toc_visible": true

docs/notebooks/Distributed_arrays_and_automatic_parallelization.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ kernelspec:
2121

2222
This tutorial discusses parallelism via `jax.Array`, the unified array object model available in JAX v0.4.1 and newer.
2323

24-
Refer to the [`jax.Array migration`](https://jax.readthedocs.io/en/latest/jax_array_migration.html#jax-array-migration) guide to learn how to migrate the existing JAX pre-v0.4.1 codebases to `jax.Array`.
25-
26-
**Note:** The features required by `jax.Array` are not supported by the Colab TPU runtime at this time, but are available on Google Cloud TPU and Kaggle TPU VMs.
27-
2824
```{code-cell}
2925
:id: FNxScTfq3vGF
3026

0 commit comments

Comments
 (0)