From 08b1b2f6fb0031da2601a43ac7b2804004d5888a Mon Sep 17 00:00:00 2001 From: Ganesh Ravichandran Date: Wed, 11 Sep 2024 21:03:29 -0400 Subject: [PATCH] Fix typo in Environment Variable section of dist_tuto.rst --- intermediate_source/dist_tuto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/dist_tuto.rst b/intermediate_source/dist_tuto.rst index 35f6341395f..4a45254998c 100644 --- a/intermediate_source/dist_tuto.rst +++ b/intermediate_source/dist_tuto.rst @@ -569,7 +569,7 @@ finally handshake with them. - ``WORLD_SIZE``: The total number of processes, so that the master knows how many workers to wait for. - ``RANK``: Rank of each process, so they will know whether it is the - master of a worker. + master or a worker. **Shared File System**