mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
cleaned up demos
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user