diff --git a/docs/Trainer/SLURM Managed Cluster.md b/docs/Trainer/SLURM Managed Cluster.md index 7f96c94f..4ceb38bc 100644 --- a/docs/Trainer/SLURM Managed Cluster.md +++ b/docs/Trainer/SLURM Managed Cluster.md @@ -24,7 +24,7 @@ hparams = parser.parse_args() ``` -(2). Define the cluster options (over 5 nodes and 8 gpus) +(2). Define the cluster options in the [SlurmCluster object](https://williamfalcon.github.io/test-tube/hpc/SlurmCluster/) (over 5 nodes and 8 gpus) ```{.python} from test_tube.hpc import SlurmCluster