We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b894dc2 commit 9cb3a67Copy full SHA for 9cb3a67
docker/common/install_nixl.sh
@@ -4,7 +4,7 @@ set -ex
4
GITHUB_URL="https://github.com"
5
UCX_INSTALL_PATH="/usr/local/ucx/"
6
CUDA_PATH="/usr/local/cuda"
7
-NIXL_VERSION="0.5.0"
+NIXL_VERSION="0.7.1"
8
NIXL_REPO="https://github.com/ai-dynamo/nixl.git"
9
OLD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
10
docker/common/install_ucx.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -ex
3
-UCX_VERSION="v1.19.x"
+UCX_VERSION="v1.20.x"
UCX_REPO="https://github.com/openucx/ucx.git"
0 commit comments