From fd28d386937339b95a228d0c600ce8fd2bed62d1 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Fri, 28 Jun 2019 16:51:47 -0400 Subject: [PATCH] distributed docs --- docs/Trainer/SLURM Managed Cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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