Unverified Commit 1da9d70a authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

chore: bump nixl verison to 0.7.0 (#3936)


Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 18986010
...@@ -5117,9 +5117,9 @@ dependencies = [ ...@@ -5117,9 +5117,9 @@ dependencies = [
[[package]] [[package]]
name = "nixl-sys" name = "nixl-sys"
version = "0.6.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06b070d86389c00f5144bc0f7a456913212c25fa4e4713c482f2f0bfa0839ee2" checksum = "a73b92494c94b2ff2d004cd9274d966863089e867dc9cd98bc640aefe7622036"
dependencies = [ dependencies = [
"bindgen 0.71.1", "bindgen 0.71.1",
"cc", "cc",
......
...@@ -38,7 +38,7 @@ ARG SCCACHE_REGION="" ...@@ -38,7 +38,7 @@ ARG SCCACHE_REGION=""
# NIXL configuration # NIXL configuration
ARG NIXL_UCX_REF=v1.19.0 ARG NIXL_UCX_REF=v1.19.0
ARG NIXL_REF=0.6.0 ARG NIXL_REF=0.7.0
# Python configuration # Python configuration
ARG PYTHON_VERSION=3.12 ARG PYTHON_VERSION=3.12
......
...@@ -115,7 +115,7 @@ NONE_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04" ...@@ -115,7 +115,7 @@ NONE_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
SGLANG_BASE_IMAGE="nvcr.io/nvidia/cuda-dl-base" SGLANG_BASE_IMAGE="nvcr.io/nvidia/cuda-dl-base"
SGLANG_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04" SGLANG_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
NIXL_REF=0.6.0 NIXL_REF=0.7.0
NIXL_UCX_REF=v1.19.0 NIXL_UCX_REF=v1.19.0
NIXL_UCX_EFA_REF=9d2b88a1f67faf9876f267658bd077b379b8bb76 NIXL_UCX_EFA_REF=9d2b88a1f67faf9876f267658bd077b379b8bb76
......
...@@ -58,14 +58,14 @@ If you are using a **GPU**, the following GPU models and architectures are suppo ...@@ -58,14 +58,14 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
| :----------------- | :---------- | :------------------------------------ | :----------- | | :----------------- | :---------- | :------------------------------------ | :----------- |
| ai-dynamo | 0.6.1 | >=2.28 | | | ai-dynamo | 0.6.1 | >=2.28 | |
| ai-dynamo-runtime | 0.6.1 | >=2.28 (Python 3.12 has known issues) | | | ai-dynamo-runtime | 0.6.1 | >=2.28 (Python 3.12 has known issues) | |
| NIXL | 0.6.0 | >=2.27 | >=11.8 | | NIXL | 0.7.0 | >=2.27 | >=11.8 |
### Build Dependency ### Build Dependency
| **Build Dependency** | **Version** | | **Build Dependency** | **Version** |
| :------------------- | :------------------------------------------------------------------------------- | | :------------------- | :------------------------------------------------------------------------------- |
| **TensorRT-LLM** | 1.1.0rc5 | | **TensorRT-LLM** | 1.1.0rc5 |
| **NIXL** | 0.6.0 | | **NIXL** | 0.7.0 |
| **vLLM** | 0.10.1.1 | | **vLLM** | 0.10.1.1 |
| **SGLang** | 0.5.3rc0 | | **SGLang** | 0.5.3rc0 |
......
...@@ -3667,9 +3667,9 @@ dependencies = [ ...@@ -3667,9 +3667,9 @@ dependencies = [
[[package]] [[package]]
name = "nixl-sys" name = "nixl-sys"
version = "0.6.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06b070d86389c00f5144bc0f7a456913212c25fa4e4713c482f2f0bfa0839ee2" checksum = "a73b92494c94b2ff2d004cd9274d966863089e867dc9cd98bc640aefe7622036"
dependencies = [ dependencies = [
"bindgen 0.71.1", "bindgen 0.71.1",
"cc", "cc",
......
...@@ -95,7 +95,7 @@ dialoguer = { version = "0.11", default-features = false, features = [ ...@@ -95,7 +95,7 @@ dialoguer = { version = "0.11", default-features = false, features = [
# block_manager # block_manager
aligned-vec = { version = "0.6.4", optional = true } aligned-vec = { version = "0.6.4", optional = true }
nixl-sys = { version = "=0.6.0", optional = true } nixl-sys = { version = "=0.7.0", optional = true }
cudarc = { workspace = true, optional = true } cudarc = { workspace = true, optional = true }
ndarray = { version = "0.16", optional = true } ndarray = { version = "0.16", optional = true }
nix = { version = "0.26", optional = true } nix = { version = "0.26", optional = true }
......
...@@ -54,13 +54,13 @@ trtllm =[ ...@@ -54,13 +54,13 @@ trtllm =[
vllm = [ vllm = [
"uvloop", "uvloop",
"nixl<=0.6.0", "nixl<=0.7.0",
"vllm[flashinfer]==0.10.2", "vllm[flashinfer]==0.10.2",
] ]
sglang = [ sglang = [
"uvloop", "uvloop",
"nixl<=0.6.0", "nixl<=0.7.0",
"sglang[all]==0.5.4.post1", "sglang[all]==0.5.4.post1",
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment