From e6a609a295d7fd6e8a01d02eb584ba1b3487da75 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:13:41 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- admin/pytorch/check_for_open_port/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/pytorch/check_for_open_port/README.md b/admin/pytorch/check_for_open_port/README.md index 57425bc..7b268ec 100644 --- a/admin/pytorch/check_for_open_port/README.md +++ b/admin/pytorch/check_for_open_port/README.md @@ -25,5 +25,7 @@ else ncat $master_ip $master_port ``` +The script needs to be started on the computer with the master ip first. + If this fails, the port is already used or your firewall settings is blocking it.