We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc22df commit 8fa77bbCopy full SHA for 8fa77bb
beginner_source/new-release-colab.rst
@@ -1,7 +1,7 @@
1
-.. _new-release_colab:
+.. _new-release_colab::
2
3
Notes for Running in Colab
4
-==========================
+~~~~~~~~~~~~~~~~~~~~~~~~~~
5
6
.. note::
7
This tutorial requires PyTorch 2.0.0 or later. If you are running this
@@ -10,6 +10,7 @@ Notes for Running in Colab
10
If the installed version of PyTorch is lower than required,
11
unistall it and reinstall again by running the following commands:
12
13
- .. code-block::
+ .. code-block:: python
14
+
15
!pip3 uninstall --yes torch torchaudio torchvideo torchdata
16
!pip3 install torch torchaudio torchvideo torchdata
0 commit comments