Skip to content

Commit 9fa3081

Browse files
authored
Make codesamples from TorchRec tutorial correct
By commenting out comment section in `::code python` block
1 parent 7580ca1 commit 9fa3081

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intermediate_source/torchrec_tutorial.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ GPU.
6565
os.environ["MASTER_ADDR"] = "localhost"
6666
os.environ["MASTER_PORT"] = "29500"
6767
68-
Note - you will need a V100 or A100 to run tutorial as as!
69-
If using an older GPU (such as colab free K80),
70-
you will need to compile fbgemm with the appripriate CUDA architecture
71-
or run with "gloo" on CPUs
68+
# Note - you will need a V100 or A100 to run tutorial as as!
69+
# If using an older GPU (such as colab free K80),
70+
# you will need to compile fbgemm with the appripriate CUDA architecture
71+
# or run with "gloo" on CPUs
7272
dist.init_process_group(backend="nccl")
7373
7474

0 commit comments

Comments
 (0)