diff --git a/beginner_source/basics/intro.py b/beginner_source/basics/intro.py index 1f2ecd81596..b7369938643 100644 --- a/beginner_source/basics/intro.py +++ b/beginner_source/basics/intro.py @@ -34,7 +34,7 @@ ------------------ You can run this tutorial in a couple of ways: -- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" link at the top, which opens an integrated notebook in Microsoft Learn with the code in a fully-hosted environment. +- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" and "Run in Google Colab" link at the top, which opens an integrated notebook in Microsoft Learn or Google Colab, respectively, with the code in a fully-hosted environment. - **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions `_). Download the notebook or copy the code into your favorite IDE.