Skip to content

Commit 48b9eaa

Browse files
committed
[Tensor Parallel] remove non-existing code pointer
ghstack-source-id: 885ed33 Pull Request resolved: #2998
1 parent f1c0b8a commit 48b9eaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

intermediate_source/TP_tutorial.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ To see how to utilize DeviceMesh to set up multi-dimensional parallelisms, pleas
8383

8484
.. code-block:: python
8585
86-
# run this via torchrun: torchrun --standalone --nproc_per_node=8 ./tp_tutorial.py
87-
8886
from torch.distributed.device_mesh import init_device_mesh
8987
9088
tp_mesh = init_device_mesh("cuda", (8,))

0 commit comments

Comments
 (0)