From 17537d85ab9943fd28ec6ec1305d6095195bf7d8 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:10:44 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- admin/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/README.md b/admin/README.md index 64040ba..7baa462 100644 --- a/admin/README.md +++ b/admin/README.md @@ -1,3 +1,8 @@ Linux - Fedora * [When a normal dnf update fails](linux/fedora_dnf/README.md) * [System upgrades with dnf and what to do if it failes](linux/fedora_dnf_version_upgrade/README.md) + + + +Linux and PyTorch distributed: +* [Check if the port for torchrun is open via ncat](pytorch/check_for_open_port/README.md)