Skip to content

Commit 352ae64

Browse files
authored
Fix the underline that is too short in torchrec_intro_tutorial.py (#3074)
* Update torchrec_intro_tutorial.py * Update torchrec_intro_tutorial.py
1 parent 096f840 commit 352ae64

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

intermediate_source/torchrec_intro_tutorial.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
# !pip3 install fbgemm_gpu --index-url https://download.pytorch.org/whl/cu121
4040
# !pip3 install torchmetrics==1.0.3
4141
# !pip3 install torchrec --index-url https://download.pytorch.org/whl/cu121
42+
#
43+
# .. note::
44+
# If you are running this in Google Colab, make sure to switch to a GPU runtime type.
45+
# For more information,
46+
# see `Enabling CUDA <https://pytorch.org/tutorials/beginner/colab#enabling-cuda>`__
47+
#
4248

4349

4450

@@ -217,7 +223,7 @@
217223

218224
######################################################################
219225
# TorchRec Modules and Data Types
220-
# ------------------------------
226+
# ----------------------------------
221227
#
222228
# This section goes over TorchRec Modules and data types including such
223229
# entities as ``EmbeddingCollection`` and ``EmbeddingBagCollection``,

0 commit comments

Comments
 (0)