Skip to content

Commit

Permalink
Fix the underline that is too short in torchrec_intro_tutorial.py (#3074
Browse files Browse the repository at this point in the history
)

* Update torchrec_intro_tutorial.py

* Update torchrec_intro_tutorial.py
  • Loading branch information
svekars authored Oct 3, 2024
1 parent 096f840 commit 352ae64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion intermediate_source/torchrec_intro_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
# !pip3 install fbgemm_gpu --index-url https://download.pytorch.org/whl/cu121
# !pip3 install torchmetrics==1.0.3
# !pip3 install torchrec --index-url https://download.pytorch.org/whl/cu121
#
# .. note::
# If you are running this in Google Colab, make sure to switch to a GPU runtime type.
# For more information,
# see `Enabling CUDA <https://pytorch.org/tutorials/beginner/colab#enabling-cuda>`__
#



Expand Down Expand Up @@ -217,7 +223,7 @@

######################################################################
# TorchRec Modules and Data Types
# ------------------------------
# ----------------------------------
#
# This section goes over TorchRec Modules and data types including such
# entities as ``EmbeddingCollection`` and ``EmbeddingBagCollection``,
Expand Down

0 comments on commit 352ae64

Please sign in to comment.