Skip to content

Commit a520797

Browse files
committed
chore: update nixl to 0.4.0 release (#1860) (#1886)
1 parent 5f75a7d commit a520797

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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/build.sh

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

117-
NIXL_COMMIT=3503658e71143b56f9d5b1b440d84a94b9c41af8
117+
NIXL_COMMIT=3c47a48955e6f96bd5d4fb43a9d80bb64722f8e4
118118
NIXL_REPO=ai-dynamo/nixl.git
119119

120120
NIXL_UCX_EFA_REF=7ec95b95e524a87e81cac92f5ca8523e3966b16b

docs/support_matrix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
7373
| ai-dynamo | 0.3.2 | >=2.28 | |
7474
| ai-dynamo-runtime | 0.3.2 | >=2.28 (Python 3.12 has known issues)| |
7575
| ai-dynamo-vllm | 0.8.4.post4¹ | >=2.28 (recommended) | |
76-
| NIXL | 0.3.1 | >=2.27 | >=11.8 |
76+
| NIXL | 0.4.0 | >=2.27 | >=11.8 |
7777

7878
### Build Dependency
7979

8080
| **Build Dependency** | **Version** |
8181
| :------------------- | :------------------------------------------------------------------------------- |
8282
| **Base Container** | [25.03](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda-dl-base/tags) |
8383
| **ai-dynamo-vllm** | 0.8.4.post4¹ |
84-
| **TensorRT-LLM** | 1.0.0rc² |
85-
| **NIXL** | 0.3.1 |
84+
| **TensorRT-LLM** | 1.0.0rc² |
85+
| **NIXL** | 0.4.0 |
8686

8787
> [!Important]
8888
> ¹ ai-dynamo-vllm `v0.8.4.post4` is a customized patch of `v0.8.4` from vLLM.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ rayon = "1"
8585
dialoguer = { version = "0.11", default-features = false, features = ["editor", "history"] }
8686

8787
# block_manager
88-
nixl-sys = {version = "0.3.1", optional = true }
88+
nixl-sys = {version = "0.4.0", optional = true }
8989
cudarc = { version = "0.16.2", features = ["cuda-12020"], optional = true }
9090
ndarray = { version = "0.16", optional = true }
9191
nix = { version = "0.26", optional = true }

0 commit comments

Comments
 (0)