diff --git a/beginner_source/colab.rst b/beginner_source/colab.rst index 329f488466..e5106a2c81 100644 --- a/beginner_source/colab.rst +++ b/beginner_source/colab.rst @@ -11,7 +11,7 @@ PyTorch Version in Google Colab ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Wen you are running a tutorial that requires a version of PyTorch that has -jst been released, that version might not be yet available in Google Colab. +just been released, that version might not be yet available in Google Colab. To check that you have the required ``torch`` and compatible domain libraries installed, run ``!pip list``. @@ -27,7 +27,7 @@ Using Tutorial Data from Google Drive in Colab ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ We've added a new feature to tutorials that allows users to open the -ntebook associated with a tutorial in Google Colab. You may need to +notebook associated with a tutorial in Google Colab. You may need to copy data to your Google drive account to get the more complex tutorials to work.