We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7580ca1 commit 9fa3081Copy full SHA for 9fa3081
intermediate_source/torchrec_tutorial.rst
@@ -65,10 +65,10 @@ GPU.
65
os.environ["MASTER_ADDR"] = "localhost"
66
os.environ["MASTER_PORT"] = "29500"
67
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
+ # Note - you will need a V100 or A100 to run tutorial as as!
+ # If using an older GPU (such as colab free K80),
+ # you will need to compile fbgemm with the appripriate CUDA architecture
+ # or run with "gloo" on CPUs
72
dist.init_process_group(backend="nccl")
73
74
0 commit comments