From 6c947f4e0dc66c498e9bd0abefde7f495c285baa Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 8 Sep 2019 18:18:21 -0400 Subject: [PATCH] Update README.md --- examples/new_project_templates/multi_node_examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/new_project_templates/multi_node_examples/README.md b/examples/new_project_templates/multi_node_examples/README.md index 1150d47e..92178cfd 100644 --- a/examples/new_project_templates/multi_node_examples/README.md +++ b/examples/new_project_templates/multi_node_examples/README.md @@ -3,7 +3,7 @@ Use these templates for multi-node training ## Simplest example. 1. Modify this script with your CoolModel file. -2. Update and submit [this bash script]() +2. Update and submit [this bash script](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/multi_node_examples/minimal_multi_node_demo_script.sh) ```bash squeue minimal_multi_node_demo_script.sh ```