Skip to content

Commit

Permalink
docs: use ucx 1.11.1 in README (dmlc#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored Sep 28, 2021
1 parent 0860bd6 commit dafebf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To build ps-lite with UCX:
sudo apt install -y build-essential libtool autoconf automake libnuma-dev unzip pkg-config
# build ucx
wget https://github.com/openucx/ucx/archive/refs/tags/v1.11.0.tar.gz
tar -xf v1.11.0.tar.gz
cd ucx-1.11.0
wget https://github.com/openucx/ucx/archive/refs/tags/v1.11.1.tar.gz
tar -xf v1.11.1.tar.gz
cd ucx-1.11.1
(./autogen.sh || ./autogen.sh) && ./configure --enable-logging --enable-mt --with-verbs --with-rdmacm --with-cuda=/usr/local/cuda
make clean && make -j && sudo make install -j
Expand Down

0 comments on commit dafebf6

Please sign in to comment.