Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9254e3d4
Unverified
Commit
9254e3d4
authored
Mar 03, 2026
by
Anant Sharma
Committed by
GitHub
Mar 03, 2026
Browse files
chore: update nixl version to 0.10.1 (#6826)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
2ff74404
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
20 additions
and
20 deletions
+20
-20
Cargo.lock
Cargo.lock
+2
-2
container/context.yaml
container/context.yaml
+1
-1
container/deps/trtllm/install_nixl.sh
container/deps/trtllm/install_nixl.sh
+1
-1
deploy/pre-deployment/nixl/README.md
deploy/pre-deployment/nixl/README.md
+3
-3
deploy/pre-deployment/nixl/build_and_deploy.sh
deploy/pre-deployment/nixl/build_and_deploy.sh
+1
-1
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+1
-1
lib/bindings/kvbm/Cargo.lock
lib/bindings/kvbm/Cargo.lock
+2
-2
lib/bindings/kvbm/pyproject.toml
lib/bindings/kvbm/pyproject.toml
+3
-3
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+2
-2
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+1
-1
lib/memory/Cargo.toml
lib/memory/Cargo.toml
+1
-1
pyproject.toml
pyproject.toml
+2
-2
No files found.
Cargo.lock
View file @
9254e3d4
...
@@ -4642,9 +4642,9 @@ dependencies = [
...
@@ -4642,9 +4642,9 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.10.
0
"
version = "0.10.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6
f3a8dbbcf3542aa080e8e6112cecc4f6e14d5b107a535802319d5e24801b42a
"
checksum = "6
4cc4aaa4b0e9e49b677db3a58e24c91d1293952d3ef6430da235704740b3a6d
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"bincode 1.3.3",
"bincode 1.3.3",
...
...
container/context.yaml
View file @
9254e3d4
...
@@ -22,7 +22,7 @@ dynamo:
...
@@ -22,7 +22,7 @@ dynamo:
nats_version
:
v2.10.28
nats_version
:
v2.10.28
etcd_version
:
v3.5.21
etcd_version
:
v3.5.21
nixl_ref
:
0.10.
0
nixl_ref
:
0.10.
1
nixl_ucx_ref
:
v1.20.0
nixl_ucx_ref
:
v1.20.0
nixl_gdrcopy_ref
:
v2.5.1
nixl_gdrcopy_ref
:
v2.5.1
nixl_ucx_efa_ref
:
9d2b88a1f67faf9876f267658bd077b379b8bb76
nixl_ucx_efa_ref
:
9d2b88a1f67faf9876f267658bd077b379b8bb76
...
...
container/deps/trtllm/install_nixl.sh
View file @
9254e3d4
...
@@ -27,7 +27,7 @@ UCX_VERSION="v1.20.0"
...
@@ -27,7 +27,7 @@ UCX_VERSION="v1.20.0"
UCX_INSTALL_PATH
=
"/usr/local/ucx/"
UCX_INSTALL_PATH
=
"/usr/local/ucx/"
CUDA_PATH
=
"/usr/local/cuda"
CUDA_PATH
=
"/usr/local/cuda"
NIXL_COMMIT
=
"
31c2b7710a3dc96709c869b3a33aad2a982f42ff
"
NIXL_COMMIT
=
"
0.10.1
"
UCX_REPO
=
"https://github.com/openucx/ucx.git"
UCX_REPO
=
"https://github.com/openucx/ucx.git"
NIXL_REPO
=
"https://github.com/ai-dynamo/nixl.git"
NIXL_REPO
=
"https://github.com/ai-dynamo/nixl.git"
...
...
deploy/pre-deployment/nixl/README.md
View file @
9254e3d4
...
@@ -95,11 +95,11 @@ The script only prompts for Docker registry information when needed:
...
@@ -95,11 +95,11 @@ The script only prompts for Docker registry information when needed:
## What Each Step Does
## What Each Step Does
### Step 1: Build nixlbench Docker Image
### Step 1: Build nixlbench Docker Image
-
Downloads NIXL source code (version 0.10.
0
) from GitHub
-
Downloads NIXL source code (version 0.10.
1
) from GitHub
-
Extracts and navigates to the build directory
-
Extracts and navigates to the build directory
-
Pauses for user confirmation before building
-
Pauses for user confirmation before building
-
Builds Docker image with specified registry and architecture
-
Builds Docker image with specified registry and architecture
-
Tags image as:
`{registry}/nixlbench:0.10.
0
-{arch}`
-
Tags image as:
`{registry}/nixlbench:0.10.
1
-{arch}`
### Step 2: Update Deployment YAML File
### Step 2: Update Deployment YAML File
-
Copies base deployment template (
`nixlbench-deployment.yaml`
)
-
Copies base deployment template (
`nixlbench-deployment.yaml`
)
...
@@ -231,7 +231,7 @@ This will help diagnose:
...
@@ -231,7 +231,7 @@ This will help diagnose:
2.
**Image Pull Issues**
:
2.
**Image Pull Issues**
:
-
Verify registry credentials are configured
-
Verify registry credentials are configured
-
Check image exists:
`docker pull {registry}/nixlbench:0.10.
0
-{arch}`
-
Check image exists:
`docker pull {registry}/nixlbench:0.10.
1
-{arch}`
-
Ensure image was pushed successfully after build
-
Ensure image was pushed successfully after build
3.
**Build Failures**
:
3.
**Build Failures**
:
...
...
deploy/pre-deployment/nixl/build_and_deploy.sh
View file @
9254e3d4
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
set
-euo
pipefail
set
-euo
pipefail
NIXL_VERSION
=
"0.10.
0
"
NIXL_VERSION
=
"0.10.
1
"
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
# Function to check if a command exists
# Function to check if a command exists
...
...
docs/reference/support-matrix.md
View file @
9254e3d4
...
@@ -27,7 +27,7 @@ The following table shows the backend framework versions included with each Dyna
...
@@ -27,7 +27,7 @@ The following table shows the backend framework versions included with each Dyna
|
**Dynamo**
|
**SGLang**
|
**TensorRT-LLM**
|
**vLLM**
|
**NIXL**
|
|
**Dynamo**
|
**SGLang**
|
**TensorRT-LLM**
|
**vLLM**
|
**NIXL**
|
| :--- | :--- | :--- | :--- | :--- |
| :--- | :--- | :--- | :--- | :--- |
|
**main (ToT)**
|
`0.5.9`
|
`1.3.0rc5`
|
`0.16.0`
|
`0.10.
0
`
|
|
**main (ToT)**
|
`0.5.9`
|
`1.3.0rc5`
|
`0.16.0`
|
`0.10.
1
`
|
|
**v1.0.0**
*(in progress)*
|
`0.5.9`
|
`1.3.0rc5`
|
`0.15.1`
|
`0.10.1`
|
|
**v1.0.0**
*(in progress)*
|
`0.5.9`
|
`1.3.0rc5`
|
`0.15.1`
|
`0.10.1`
|
|
**v0.9.1**
*(in progress)*
|
`0.5.8`
|
`1.3.0rc3`
|
`0.14.1`
|
`0.9.0`
|
|
**v0.9.1**
*(in progress)*
|
`0.5.8`
|
`1.3.0rc3`
|
`0.14.1`
|
`0.9.0`
|
|
**v0.9.0**
|
`0.5.8`
|
`1.3.0rc1`
|
`0.14.1`
|
`0.9.0`
|
|
**v0.9.0**
|
`0.5.8`
|
`1.3.0rc1`
|
`0.14.1`
|
`0.9.0`
|
...
...
lib/bindings/kvbm/Cargo.lock
View file @
9254e3d4
...
@@ -3870,9 +3870,9 @@ dependencies = [
...
@@ -3870,9 +3870,9 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.10.
0
"
version = "0.10.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6
f3a8dbbcf3542aa080e8e6112cecc4f6e14d5b107a535802319d5e24801b42a
"
checksum = "6
4cc4aaa4b0e9e49b677db3a58e24c91d1293952d3ef6430da235704740b3a6d
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"bincode 1.3.3",
"bincode 1.3.3",
...
...
lib/bindings/kvbm/pyproject.toml
View file @
9254e3d4
...
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
...
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
license-files
=
["LICENSE"]
license-files
=
["LICENSE"]
requires-python
=
">=3.10"
requires-python
=
">=3.10"
dependencies
=
[
dependencies
=
[
"nixl[cu12]==0.10.
0
"
,
"nixl[cu12]==0.10.
1
"
,
"pydantic>=2.0"
"pydantic>=2.0"
]
]
classifiers
=
[
classifiers
=
[
...
@@ -45,8 +45,8 @@ classifiers = [
...
@@ -45,8 +45,8 @@ classifiers = [
keywords
=
[
"llm"
,
"genai"
,
"inference"
,
"nvidia"
,
"kvcache"
,
"dynamo"
]
keywords
=
[
"llm"
,
"genai"
,
"inference"
,
"nvidia"
,
"kvcache"
,
"dynamo"
]
[project.optional-dependencies]
[project.optional-dependencies]
cu12
=
["nixl[cu12]==0.10.
0
"]
cu12
=
["nixl[cu12]==0.10.
1
"]
cu13
=
["nixl[cu13]==0.10.
0
"]
cu13
=
["nixl[cu13]==0.10.
1
"]
test
=
[
test
=
[
"pytest>=8.3.4"
,
"pytest>=8.3.4"
,
"pytest-mypy"
,
"pytest-mypy"
,
...
...
lib/bindings/python/Cargo.lock
View file @
9254e3d4
...
@@ -3918,9 +3918,9 @@ dependencies = [
...
@@ -3918,9 +3918,9 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.10.
0
"
version = "0.10.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6
f3a8dbbcf3542aa080e8e6112cecc4f6e14d5b107a535802319d5e24801b42a
"
checksum = "6
4cc4aaa4b0e9e49b677db3a58e24c91d1293952d3ef6430da235704740b3a6d
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"bincode 1.3.3",
"bincode 1.3.3",
...
...
lib/llm/Cargo.toml
View file @
9254e3d4
...
@@ -108,7 +108,7 @@ dialoguer = { version = "0.11", default-features = false, features = [
...
@@ -108,7 +108,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.10.
0
"
,
optional
=
true
}
nixl-sys
=
{
version
=
"=0.10.
1
"
,
optional
=
true
}
cudarc
=
{
workspace
=
true
,
optional
=
true
}
cudarc
=
{
workspace
=
true
,
optional
=
true
}
nix
=
{
version
=
"0.26"
,
optional
=
true
}
nix
=
{
version
=
"0.26"
,
optional
=
true
}
...
...
lib/memory/Cargo.toml
View file @
9254e3d4
...
@@ -27,7 +27,7 @@ dynamo-config = { workspace = true }
...
@@ -27,7 +27,7 @@ dynamo-config = { workspace = true }
anyhow
=
{
workspace
=
true
}
anyhow
=
{
workspace
=
true
}
cudarc
=
{
workspace
=
true
}
cudarc
=
{
workspace
=
true
}
nixl-sys
=
{
version
=
"0.10"
}
nixl-sys
=
{
version
=
"
=
0.10
.1
"
}
serde
=
{
workspace
=
true
}
serde
=
{
workspace
=
true
}
thiserror
=
{
workspace
=
true
}
thiserror
=
{
workspace
=
true
}
tracing
=
{
workspace
=
true
}
tracing
=
{
workspace
=
true
}
...
...
pyproject.toml
View file @
9254e3d4
...
@@ -57,7 +57,7 @@ trtllm =[
...
@@ -57,7 +57,7 @@ trtllm =[
vllm
=
[
vllm
=
[
"uvloop"
,
"uvloop"
,
"nixl[cu12]<=0.10.
0
"
,
"nixl[cu12]<=0.10.
1
"
,
"vllm[flashinfer,runai]==0.16.0"
,
"vllm[flashinfer,runai]==0.16.0"
,
# vllm-omni 0.16.0rc1 is not on PyPI; installed from source in container builds
# vllm-omni 0.16.0rc1 is not on PyPI; installed from source in container builds
# (see container/deps/vllm/install_vllm.sh). pip install ai-dynamo[vllm] will
# (see container/deps/vllm/install_vllm.sh). pip install ai-dynamo[vllm] will
...
@@ -69,7 +69,7 @@ vllm = [
...
@@ -69,7 +69,7 @@ vllm = [
sglang
=
[
sglang
=
[
"uvloop"
,
"uvloop"
,
"sglang[diffusion]==0.5.9"
,
"sglang[diffusion]==0.5.9"
,
"nixl[cu12]<=0.10.
0
"
,
"nixl[cu12]<=0.10.
1
"
,
"cupy-cuda12x>=13.0.0"
,
"cupy-cuda12x>=13.0.0"
,
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment