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
1da9d70a
Unverified
Commit
1da9d70a
authored
Oct 30, 2025
by
Tushar Sharma
Committed by
GitHub
Oct 30, 2025
Browse files
chore: bump nixl verison to 0.7.0 (#3936)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
18986010
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
Cargo.lock
Cargo.lock
+2
-2
container/Dockerfile
container/Dockerfile
+1
-1
container/build.sh
container/build.sh
+1
-1
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+2
-2
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+2
-2
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+1
-1
pyproject.toml
pyproject.toml
+2
-2
No files found.
Cargo.lock
View file @
1da9d70a
...
...
@@ -5117,9 +5117,9 @@ dependencies = [
[[package]]
name = "nixl-sys"
version = "0.
6
.0"
version = "0.
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
06b070d86389c00f5144bc0f7a456913212c25fa4e4713c482f2f0bfa0839ee2
"
checksum = "
a73b92494c94b2ff2d004cd9274d966863089e867dc9cd98bc640aefe7622036
"
dependencies = [
"bindgen 0.71.1",
"cc",
...
...
container/Dockerfile
View file @
1da9d70a
...
...
@@ -38,7 +38,7 @@ ARG SCCACHE_REGION=""
# NIXL configuration
ARG
NIXL_UCX_REF=v1.19.0
ARG
NIXL_REF=0.
6
.0
ARG
NIXL_REF=0.
7
.0
# Python configuration
ARG
PYTHON_VERSION=3.12
...
...
container/build.sh
View file @
1da9d70a
...
...
@@ -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_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_EFA_REF
=
9d2b88a1f67faf9876f267658bd077b379b8bb76
...
...
docs/reference/support-matrix.md
View file @
1da9d70a
...
...
@@ -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-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**
|
**Version**
|
| :------------------- | :------------------------------------------------------------------------------- |
|
**TensorRT-LLM**
| 1.1.0rc5 |
|
**NIXL**
| 0.
6
.0 |
|
**NIXL**
| 0.
7
.0 |
|
**vLLM**
| 0.10.1.1 |
|
**SGLang**
| 0.5.3rc0 |
...
...
lib/bindings/python/Cargo.lock
View file @
1da9d70a
...
...
@@ -3667,9 +3667,9 @@ dependencies = [
[[package]]
name = "nixl-sys"
version = "0.
6
.0"
version = "0.
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
06b070d86389c00f5144bc0f7a456913212c25fa4e4713c482f2f0bfa0839ee2
"
checksum = "
a73b92494c94b2ff2d004cd9274d966863089e867dc9cd98bc640aefe7622036
"
dependencies = [
"bindgen 0.71.1",
"cc",
...
...
lib/llm/Cargo.toml
View file @
1da9d70a
...
...
@@ -95,7 +95,7 @@ dialoguer = { version = "0.11", default-features = false, features = [
# block_manager
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
}
ndarray
=
{
version
=
"0.16"
,
optional
=
true
}
nix
=
{
version
=
"0.26"
,
optional
=
true
}
...
...
pyproject.toml
View file @
1da9d70a
...
...
@@ -54,13 +54,13 @@ trtllm =[
vllm
=
[
"uvloop"
,
"nixl<=0.
6
.0"
,
"nixl<=0.
7
.0"
,
"vllm[flashinfer]==0.10.2"
,
]
sglang
=
[
"uvloop"
,
"nixl<=0.
6
.0"
,
"nixl<=0.
7
.0"
,
"sglang[all]==0.5.4.post1"
,
]
...
...
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