Skip to content

Commit 9cb3a67

Browse files
committed
[TRTLLM-9247][infra] Upgrade NIXL to 0.7.1
Signed-off-by: Bo Deng <deemod@nvidia.com>
1 parent b894dc2 commit 9cb3a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/common/install_nixl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44
GITHUB_URL="https://github.com"
55
UCX_INSTALL_PATH="/usr/local/ucx/"
66
CUDA_PATH="/usr/local/cuda"
7-
NIXL_VERSION="0.5.0"
7+
NIXL_VERSION="0.7.1"
88
NIXL_REPO="https://github.com/ai-dynamo/nixl.git"
99
OLD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
1010

docker/common/install_ucx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ex
33

4-
UCX_VERSION="v1.19.x"
4+
UCX_VERSION="v1.20.x"
55
UCX_INSTALL_PATH="/usr/local/ucx/"
66
CUDA_PATH="/usr/local/cuda"
77
UCX_REPO="https://github.com/openucx/ucx.git"

0 commit comments

Comments
 (0)