We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c821a3 commit 7077d40Copy full SHA for 7077d40
1 file changed
gencast_mini_demo.ipynb
@@ -75,6 +75,21 @@
75
"%pip install --upgrade https://github.com/deepmind/graphcast/archive/master.zip"
76
]
77
},
78
+ {
79
+ "cell_type": "code",
80
+ "execution_count": null,
81
+ "metadata": {
82
+ "id": "HH8S9fND3KRB"
83
+ },
84
+ "outputs": [],
85
+ "source": [
86
+ "# @title Reconfigure jax if running on TPU.\n",
87
+ "\n",
88
+ "# This is required due to outdated jax and libtpu versions in Colab TPU images.\n",
89
+ "%pip uninstall -y libtpu libtpu-nightly\n",
90
+ "%pip install -U \"jax[tpu]\" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html"
91
+ ]
92
93
{
94
"cell_type": "code",
95
"execution_count": null,
0 commit comments