We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0860bd6 commit dafebf6Copy full SHA for dafebf6
README.md
@@ -17,9 +17,9 @@ To build ps-lite with UCX:
17
sudo apt install -y build-essential libtool autoconf automake libnuma-dev unzip pkg-config
18
19
# 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
+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
23
(./autogen.sh || ./autogen.sh) && ./configure --enable-logging --enable-mt --with-verbs --with-rdmacm --with-cuda=/usr/local/cuda
24
make clean && make -j && sudo make install -j
25
0 commit comments