Skip to content

Commit 28be934

Browse files
authored
Fixed small typo in code block ("TorchTec" -> "TorchRec")
1 parent 01a0ab2 commit 28be934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torchrec_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We highly recommend CUDA when using TorchRec (If using CUDA: cuda >= 11.0).
3838
3939
# install pytorch with cudatoolkit 11.3
4040
conda install pytorch cudatoolkit=11.3 -c pytorch-nightly -y
41-
# install TorchTec
41+
# install TorchRec
4242
pip3 install torchrec-nightly
4343
4444

0 commit comments

Comments
 (0)