From 7369f1eb638b99fecb54ae2ec2399f42875eeda4 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Thu, 27 Jan 2022 13:25:00 -0800 Subject: [PATCH] Fix Dask-CUDA version to 22.02 --- docs/source/examples/ucx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/ucx.rst b/docs/source/examples/ucx.rst index cce76e85f..09e1c1682 100644 --- a/docs/source/examples/ucx.rst +++ b/docs/source/examples/ucx.rst @@ -7,7 +7,7 @@ In either case, a ``dask.distributed.Client`` must be made for the worker cluste LocalCUDACluster with Automatic Configuration --------------------------------------------- -Automatic configuration was introduced in Dask-CUDA 22.20 and requires UCX >= 1.11.1. This allows the user to specify only the UCX protocol and let UCX decide which transports to use. +Automatic configuration was introduced in Dask-CUDA 22.02 and requires UCX >= 1.11.1. This allows the user to specify only the UCX protocol and let UCX decide which transports to use. To connect a client to a cluster with automatically-configured UCX and an RMM pool: