diff --git a/contrib/colab/DC-GAN.ipynb b/contrib/colab/DC-GAN.ipynb index 79667a69d9f6..2b9d56350c7c 100644 --- a/contrib/colab/DC-GAN.ipynb +++ b/contrib/colab/DC-GAN.ipynb @@ -71,7 +71,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/Distributing_Large_Embedding_tables.ipynb b/contrib/colab/Distributing_Large_Embedding_tables.ipynb index de29bdda7130..db7e49bc98ac 100644 --- a/contrib/colab/Distributing_Large_Embedding_tables.ipynb +++ b/contrib/colab/Distributing_Large_Embedding_tables.ipynb @@ -63,7 +63,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/getting-started.ipynb b/contrib/colab/getting-started.ipynb index 87290d688eeb..62dc6131805c 100644 --- a/contrib/colab/getting-started.ipynb +++ b/contrib/colab/getting-started.ipynb @@ -91,7 +91,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/issue-report.ipynb b/contrib/colab/issue-report.ipynb index 43f8cd407182..f3885894460f 100644 --- a/contrib/colab/issue-report.ipynb +++ b/contrib/colab/issue-report.ipynb @@ -33,7 +33,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/mnist-training.ipynb b/contrib/colab/mnist-training.ipynb index 785cff9cbc80..984a6f917daa 100644 --- a/contrib/colab/mnist-training.ipynb +++ b/contrib/colab/mnist-training.ipynb @@ -72,7 +72,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/multi-core-alexnet-fashion-mnist.ipynb b/contrib/colab/multi-core-alexnet-fashion-mnist.ipynb index 769c31f3b528..0eaefec43564 100644 --- a/contrib/colab/multi-core-alexnet-fashion-mnist.ipynb +++ b/contrib/colab/multi-core-alexnet-fashion-mnist.ipynb @@ -66,7 +66,7 @@ "# Installs PyTorch, PyTorch/XLA, and Torchvision\n", "# Copy this cell into your own notebooks to use PyTorch on Cloud TPUs \n", "# Warning: this may take a couple minutes to run\n", - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/resnet18-training.ipynb b/contrib/colab/resnet18-training.ipynb index 57803c5fbd7b..62a4db789e34 100644 --- a/contrib/colab/resnet18-training.ipynb +++ b/contrib/colab/resnet18-training.ipynb @@ -44,7 +44,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/resnet50-inference.ipynb b/contrib/colab/resnet50-inference.ipynb index 4371362f3ca3..75f924b5bbd4 100644 --- a/contrib/colab/resnet50-inference.ipynb +++ b/contrib/colab/resnet50-inference.ipynb @@ -71,7 +71,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/single-core-alexnet-fashion-mnist.ipynb b/contrib/colab/single-core-alexnet-fashion-mnist.ipynb index ffb84f964bfa..38b4deb596e2 100644 --- a/contrib/colab/single-core-alexnet-fashion-mnist.ipynb +++ b/contrib/colab/single-core-alexnet-fashion-mnist.ipynb @@ -54,7 +54,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/style_transfer_inference.ipynb b/contrib/colab/style_transfer_inference.ipynb index a97706c12621..170b6062f6ed 100644 --- a/contrib/colab/style_transfer_inference.ipynb +++ b/contrib/colab/style_transfer_inference.ipynb @@ -78,7 +78,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": [] diff --git a/contrib/colab/xla_builder_autograd.ipynb b/contrib/colab/xla_builder_autograd.ipynb index 5e4940ffea1c..065212e47809 100644 --- a/contrib/colab/xla_builder_autograd.ipynb +++ b/contrib/colab/xla_builder_autograd.ipynb @@ -50,7 +50,7 @@ "colab": {} }, "source": [ - "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.7-cp37-cp37m-linux_x86_64.whl" + "!pip install cloud-tpu-client==0.10 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.8-cp37-cp37m-linux_x86_64.whl" ], "execution_count": null, "outputs": []