From b6bd04a3c2d649ed431933678ba5d20119021f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Mon, 8 Mar 2021 03:08:28 +0100 Subject: [PATCH] update python version (#6399) --- notebooks/06-mnist-tpu-training.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/06-mnist-tpu-training.ipynb b/notebooks/06-mnist-tpu-training.ipynb index 359d262dfd880..67b8d331ccd24 100644 --- a/notebooks/06-mnist-tpu-training.ipynb +++ b/notebooks/06-mnist-tpu-training.ipynb @@ -80,7 +80,7 @@ "id": "AYGWh10lRaF1" }, "source": [ - "! pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp36-cp36m-linux_x86_64.whl" + "! pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": []