From ed86bf96c55ea4719c60671e7df94a1a5cd9861e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 5 Oct 2019 14:30:12 -0400 Subject: [PATCH] cleaned up demos --- examples/multi_node_examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi_node_examples/README.md b/examples/multi_node_examples/README.md index c6c5299ee2..d1d194f045 100644 --- a/examples/multi_node_examples/README.md +++ b/examples/multi_node_examples/README.md @@ -6,5 +6,5 @@ To run this demo which launches a single job that trains on 2 nodes (2 gpus per 2. Create a conda environment with Lightning and a GPU PyTorch version. 3. Submit this script. ```bash -bash job_submit.sh your_env_name_with_lightning_installed +sbatch job_submit.sh your_env_name_with_lightning_installed ``` \ No newline at end of file