Skip to content

Commit

Permalink
Fixed small typo in code block ("TorchTec" -> "TorchRec") (pytorch#2041)
Browse files Browse the repository at this point in the history
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
  • Loading branch information
krisselberg and Svetlana Karslioglu authored Sep 19, 2022
1 parent b202420 commit 1125546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/torchrec_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We highly recommend CUDA when using TorchRec (If using CUDA: cuda >= 11.0).
# install pytorch with cudatoolkit 11.3
conda install pytorch cudatoolkit=11.3 -c pytorch-nightly -y
# install TorchTec
# install TorchRec
pip3 install torchrec-nightly
Expand Down

0 comments on commit 1125546

Please sign in to comment.