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
64082ccd
Unverified
Commit
64082ccd
authored
Feb 27, 2026
by
Nate Mailhot
Committed by
GitHub
Feb 27, 2026
Browse files
chore: upgrade nixl to 0.10.0 (#6685)
parent
0e09ee86
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
15 deletions
+15
-15
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
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 @
64082ccd
...
@@ -4601,9 +4601,9 @@ dependencies = [
...
@@ -4601,9 +4601,9 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.
9
.0"
version = "0.
10
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1e3d48272133186f64c82a89faff4405b342478a2f015bb35d78550eff2a9961
"
checksum = "
6f3a8dbbcf3542aa080e8e6112cecc4f6e14d5b107a535802319d5e24801b42a
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"bincode 1.3.3",
"bincode 1.3.3",
...
...
container/context.yaml
View file @
64082ccd
...
@@ -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.
9
.0
nixl_ref
:
0.
10
.0
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 @
64082ccd
...
@@ -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
=
"
2d475e4ae5bf12f5cfd592631076b089e9c2d983
"
NIXL_COMMIT
=
"
31c2b7710a3dc96709c869b3a33aad2a982f42ff
"
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"
...
...
lib/bindings/kvbm/Cargo.lock
View file @
64082ccd
...
@@ -3866,9 +3866,9 @@ dependencies = [
...
@@ -3866,9 +3866,9 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.
9
.0"
version = "0.
10
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1e3d48272133186f64c82a89faff4405b342478a2f015bb35d78550eff2a9961
"
checksum = "
6f3a8dbbcf3542aa080e8e6112cecc4f6e14d5b107a535802319d5e24801b42a
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"bincode 1.3.3",
"bincode 1.3.3",
...
...
lib/bindings/kvbm/pyproject.toml
View file @
64082ccd
...
@@ -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.
9
.0"
,
"nixl[cu12]==0.
10
.0"
,
"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.
9
.0"]
cu12
=
["nixl[cu12]==0.
10
.0"]
cu13
=
["nixl[cu13]==0.
9
.0"]
cu13
=
["nixl[cu13]==0.
10
.0"]
test
=
[
test
=
[
"pytest>=8.3.4"
,
"pytest>=8.3.4"
,
"pytest-mypy"
,
"pytest-mypy"
,
...
...
lib/bindings/python/Cargo.lock
View file @
64082ccd
...
@@ -3914,9 +3914,9 @@ dependencies = [
...
@@ -3914,9 +3914,9 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.
9
.0"
version = "0.
10
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1e3d48272133186f64c82a89faff4405b342478a2f015bb35d78550eff2a9961
"
checksum = "
6f3a8dbbcf3542aa080e8e6112cecc4f6e14d5b107a535802319d5e24801b42a
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"bincode 1.3.3",
"bincode 1.3.3",
...
...
lib/llm/Cargo.toml
View file @
64082ccd
...
@@ -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.
9
.0"
,
optional
=
true
}
nixl-sys
=
{
version
=
"=0.
10
.0"
,
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 @
64082ccd
...
@@ -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.
9
"
}
nixl-sys
=
{
version
=
"0.
10
"
}
serde
=
{
workspace
=
true
}
serde
=
{
workspace
=
true
}
thiserror
=
{
workspace
=
true
}
thiserror
=
{
workspace
=
true
}
tracing
=
{
workspace
=
true
}
tracing
=
{
workspace
=
true
}
...
...
pyproject.toml
View file @
64082ccd
...
@@ -56,7 +56,7 @@ trtllm =[
...
@@ -56,7 +56,7 @@ trtllm =[
vllm
=
[
vllm
=
[
"uvloop"
,
"uvloop"
,
"nixl[cu12]<=0.
9
.0"
,
"nixl[cu12]<=0.
10
.0"
,
"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
...
@@ -68,7 +68,7 @@ vllm = [
...
@@ -68,7 +68,7 @@ vllm = [
sglang
=
[
sglang
=
[
"uvloop"
,
"uvloop"
,
"sglang[diffusion]==0.5.9"
,
"sglang[diffusion]==0.5.9"
,
"nixl[cu12]<=0.
9
.0"
,
"nixl[cu12]<=0.
10
.0"
,
"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