distributed docs

This commit is contained in:
William Falcon
2019-06-28 16:51:47 -04:00
parent 6a543c4255
commit fd28d38693
+1 -1
View File
@@ -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