From c58ae6712394e38155e276dc3b08aea656989ff6 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Tue, 18 Jan 2022 15:50:19 +0000 Subject: [PATCH] DOC fixed typo in the doc (#831) --- docs/user/parallelism.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/parallelism.rst b/docs/user/parallelism.rst index a243ca869..5078884fc 100644 --- a/docs/user/parallelism.rst +++ b/docs/user/parallelism.rst @@ -19,7 +19,7 @@ up Dask workers that, using this environment variable, each see one GPU only. On the PyTorch side, we'll have to make sure to set the device to ``cuda`` when we initialize the :class:`.NeuralNet` class. -Let's run through the steps. First, install Dask and dask.distrubted:: +Let's run through the steps. First, install Dask and dask.distributed:: pip install dask distributed