From 92650208e39b0ce9e982e3361d3b184e300be947 Mon Sep 17 00:00:00 2001 From: Melody Wang <98235366+melodywang060@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:58:31 -0400 Subject: [PATCH 1/2] Update source/guides/azure/infiniband.md Co-authored-by: James Lamb --- source/guides/azure/infiniband.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/guides/azure/infiniband.md b/source/guides/azure/infiniband.md index 8c922216..f2feff4e 100644 --- a/source/guides/azure/infiniband.md +++ b/source/guides/azure/infiniband.md @@ -392,4 +392,3 @@ Wall clock | 8.46 s +/- 1.73 s ```{relatedexamples} ``` -```` From 2ffcf9a62b3c66cc1fb8d0ac03adbe7ac6789515 Mon Sep 17 00:00:00 2001 From: Melody Wang <98235366+melodywang060@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:58:39 -0400 Subject: [PATCH 2/2] Update source/guides/azure/infiniband.md Co-authored-by: James Lamb --- source/guides/azure/infiniband.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/azure/infiniband.md b/source/guides/azure/infiniband.md index f2feff4e..8dd45ec5 100644 --- a/source/guides/azure/infiniband.md +++ b/source/guides/azure/infiniband.md @@ -257,7 +257,7 @@ Then start a new shell. Create a conda environment (see [UCX-Py](https://ucx-py.readthedocs.io/en/latest/install.html) docs) -````shell +```shell mamba create -n ucxpy {{ rapids_conda_channels }} {{ rapids_conda_packages }} ipython ucx-proc=*=gpu ucx ucx-py dask distributed numpy cupy pytest pynvml -y mamba activate ucxpy