Skip to content

Commit

Permalink
Update torchrec_intro_tutorial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars authored Oct 3, 2024
1 parent 022d03c commit e179dc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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

0 comments on commit e179dc1

Please sign in to comment.