Skip to content

Commit dafebf6

Browse files
docs: use ucx 1.11.1 in README (dmlc#100)
1 parent 0860bd6 commit dafebf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ To build ps-lite with UCX:
1717
sudo apt install -y build-essential libtool autoconf automake libnuma-dev unzip pkg-config
1818
1919
# build ucx
20-
wget https://github.com/openucx/ucx/archive/refs/tags/v1.11.0.tar.gz
21-
tar -xf v1.11.0.tar.gz
22-
cd ucx-1.11.0
20+
wget https://github.com/openucx/ucx/archive/refs/tags/v1.11.1.tar.gz
21+
tar -xf v1.11.1.tar.gz
22+
cd ucx-1.11.1
2323
(./autogen.sh || ./autogen.sh) && ./configure --enable-logging --enable-mt --with-verbs --with-rdmacm --with-cuda=/usr/local/cuda
2424
make clean && make -j && sudo make install -j
2525

0 commit comments

Comments
 (0)