cleaned up demos

This commit is contained in:
William Falcon
2019-10-05 14:28:08 -04:00
parent e739c79819
commit 8c2adf6250
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
# Multi-node example
Run this module to launch a job which runs on 2 nodes each using 2 GPUs.
To run this demo which launches a single job that trains on 2 nodes (2 gpus per node), do the following:
1. Log into the jumphost node of your SLURM-managed cluster.
2. Create a conda environment with Lightning and a GPU PyTorch version.
3. Submit this script.
```bash
bash job_submit.sh
bash job_submit.sh your_env_name_with_lightning_installed
```
+1 -1
View File
@@ -8,7 +8,7 @@
#SBATCH --time=0-02:00:00
# activate conda env
conda activate my_env
conda activate $1
# -------------------------
# debugging flags (optional)