Skip to content

Commit

Permalink
Update dask_cuda usage in SSHCluster docstring (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Jun 9, 2021
1 parent 668f3f1 commit ddec3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/deploy/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def SSHCluster(
... ["localhost", "hostwithgpus", "anothergpuhost"],
... connect_options={"known_hosts": None},
... scheduler_options={"port": 0, "dashboard_address": ":8797"},
... worker_module='dask_cuda.dask_cuda_worker')
... worker_module="dask_cuda.cli.dask_cuda_worker")
>>> client = Client(cluster)
See Also
Expand Down

0 comments on commit ddec3c9

Please sign in to comment.