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
Copy file name to clipboardExpand all lines: docs/guides/parallel_training/flax_on_pjit.ipynb
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,6 @@
39
39
"**Note:** This guide uses the `--xla_force_host_platform_device_count=8` flag to emulate multiple devices in a CPU environment in a Google Colab/Jupyter Notebook. You don't need this if you are already using a multi-device TPU environment."
40
40
]
41
41
},
42
-
{
43
-
"cell_type": "code",
44
-
"execution_count": 1,
45
-
"metadata": {
46
-
"tags": [
47
-
"skip-execution"
48
-
]
49
-
},
50
-
"outputs": [],
51
-
"source": [
52
-
"# Once Flax v0.6.10 is released, there is no need to do this.\n",
Copy file name to clipboardExpand all lines: docs/guides/parallel_training/flax_on_pjit.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,6 @@ Import some necessary dependencies.
34
34
35
35
**Note:** This guide uses the `--xla_force_host_platform_device_count=8` flag to emulate multiple devices in a CPU environment in a Google Colab/Jupyter Notebook. You don't need this if you are already using a multi-device TPU environment.
36
36
37
-
```{code-cell} ipython3
38
-
:tags: [skip-execution]
39
-
40
-
# Once Flax v0.6.10 is released, there is no need to do this.
0 commit comments