Skip to content

Commit 41a366a

Browse files
authored
chore: bump nixl verison to 0.7.0 (#3936) (#3998)
Signed-off-by: Tushar Sharma <[email protected]>
1 parent 7cc7e62 commit 41a366a

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG SCCACHE_REGION=""
3838

3939
# NIXL configuration
4040
ARG NIXL_UCX_REF=v1.19.0
41-
ARG NIXL_REF=0.6.0
41+
ARG NIXL_REF=0.7.0
4242

4343
# Python configuration
4444
ARG PYTHON_VERSION=3.12

container/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ NONE_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
115115
SGLANG_BASE_IMAGE="nvcr.io/nvidia/cuda-dl-base"
116116
SGLANG_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
117117

118-
NIXL_REF=0.6.0
118+
NIXL_REF=0.7.0
119119
NIXL_UCX_REF=v1.19.0
120120
NIXL_UCX_EFA_REF=9d2b88a1f67faf9876f267658bd077b379b8bb76
121121

docs/reference/support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
5858
| :----------------- | :---------- | :------------------------------------ | :----------- |
5959
| ai-dynamo | 0.6.1 | >=2.28 | |
6060
| ai-dynamo-runtime | 0.6.1 | >=2.28 (Python 3.12 has known issues) | |
61-
| NIXL | 0.6.0 | >=2.27 | >=11.8 |
61+
| NIXL | 0.7.0 | >=2.27 | >=11.8 |
6262

6363
### Build Dependency
6464

6565
| **Build Dependency** | **Version** |
6666
| :------------------- | :------------------------------------------------------------------------------- |
6767
| **TensorRT-LLM** | 1.1.0rc5 |
68-
| **NIXL** | 0.6.0 |
68+
| **NIXL** | 0.7.0 |
6969
| **vLLM** | 0.10.1.1 |
7070
| **SGLang** | 0.5.3rc0 |
7171

lib/bindings/python/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/llm/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ dialoguer = { version = "0.11", default-features = false, features = [
9494
] }
9595

9696
# block_manager
97-
nixl-sys = { version = "=0.6.0", optional = true }
98-
cudarc = { version = "0.17.1", features = ["cuda-12020"], optional = true }
97+
aligned-vec = { version = "0.6.4", optional = true }
98+
nixl-sys = { version = "=0.7.0", optional = true }
99+
cudarc = { workspace = true, optional = true }
99100
ndarray = { version = "0.16", optional = true }
100101
nix = { version = "0.26", optional = true }
101102

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ trtllm =[
5454

5555
vllm = [
5656
"uvloop",
57-
"nixl<=0.6.0",
57+
"nixl<=0.7.0",
5858
"vllm[flashinfer]==0.10.2",
5959
]
6060

6161
sglang = [
6262
"uvloop",
63-
"nixl<=0.6.0",
63+
"nixl<=0.7.0",
6464
"sglang[all]==0.5.4.post1",
6565
]
6666

0 commit comments

Comments
 (0)