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
a9241b61
Unverified
Commit
a9241b61
authored
Jul 03, 2025
by
Anant Sharma
Committed by
GitHub
Jul 03, 2025
Browse files
chore: update nixl to latest 0.3.1 commit (#1762)
parent
4ab47617
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
Cargo.lock
Cargo.lock
+2
-1
container/build.sh
container/build.sh
+1
-1
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+2
-1
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+1
-1
No files found.
Cargo.lock
View file @
a9241b61
...
@@ -4307,7 +4307,8 @@ dependencies = [
...
@@ -4307,7 +4307,8 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.3.1"
version = "0.3.1"
source = "git+https://github.com/ai-dynamo/nixl?rev=a7c654d46a14cd5ce635cc8c02433d71df93dedf#a7c654d46a14cd5ce635cc8c02433d71df93dedf"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f74dbb6d0e18023aa6ce29563114b848f23c3c2f9d663383eb3cd590a1eacc"
dependencies = [
dependencies = [
"bindgen 0.71.1",
"bindgen 0.71.1",
"cc",
"cc",
...
...
container/build.sh
View file @
a9241b61
...
@@ -114,7 +114,7 @@ SGLANG_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
...
@@ -114,7 +114,7 @@ SGLANG_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
VLLM_V1_BASE_IMAGE
=
"nvcr.io/nvidia/cuda-dl-base"
VLLM_V1_BASE_IMAGE
=
"nvcr.io/nvidia/cuda-dl-base"
VLLM_V1_BASE_IMAGE_TAG
=
"25.01-cuda12.8-devel-ubuntu24.04"
VLLM_V1_BASE_IMAGE_TAG
=
"25.01-cuda12.8-devel-ubuntu24.04"
NIXL_COMMIT
=
16348080f5bdeb9fe6058a23be140cec020ef3f3
NIXL_COMMIT
=
3503658e71143b56f9d5b1b440d84a94b9c41af8
NIXL_REPO
=
ai-dynamo/nixl.git
NIXL_REPO
=
ai-dynamo/nixl.git
NIXL_UCX_EFA_REF
=
7ec95b95e524a87e81cac92f5ca8523e3966b16b
NIXL_UCX_EFA_REF
=
7ec95b95e524a87e81cac92f5ca8523e3966b16b
...
...
lib/bindings/python/Cargo.lock
View file @
a9241b61
...
@@ -2838,7 +2838,8 @@ dependencies = [
...
@@ -2838,7 +2838,8 @@ dependencies = [
[[package]]
[[package]]
name = "nixl-sys"
name = "nixl-sys"
version = "0.3.1"
version = "0.3.1"
source = "git+https://github.com/ai-dynamo/nixl?rev=a7c654d46a14cd5ce635cc8c02433d71df93dedf#a7c654d46a14cd5ce635cc8c02433d71df93dedf"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f74dbb6d0e18023aa6ce29563114b848f23c3c2f9d663383eb3cd590a1eacc"
dependencies = [
dependencies = [
"bindgen",
"bindgen",
"cc",
"cc",
...
...
lib/llm/Cargo.toml
View file @
a9241b61
...
@@ -85,7 +85,7 @@ rayon = "1"
...
@@ -85,7 +85,7 @@ rayon = "1"
dialoguer
=
{
version
=
"0.11"
,
default-features
=
false
,
features
=
[
"editor"
,
"history"
]
}
dialoguer
=
{
version
=
"0.11"
,
default-features
=
false
,
features
=
[
"editor"
,
"history"
]
}
# block_manager
# block_manager
nixl-sys
=
{
git
=
"https://github.com/ai-dynamo/nixl"
,
rev
=
"a7c654d46a14cd5ce635cc8c02433d71df93dedf
"
,
optional
=
true
}
nixl-sys
=
{
version
=
"0.3.1
"
,
optional
=
true
}
cudarc
=
{
version
=
"0.16.2"
,
features
=
["cuda-12020"]
,
optional
=
true
}
cudarc
=
{
version
=
"0.16.2"
,
features
=
["cuda-12020"]
,
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
}
...
...
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