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
f391553e
Unverified
Commit
f391553e
authored
Feb 23, 2026
by
Anant Sharma
Committed by
GitHub
Feb 23, 2026
Browse files
fix: remove unused deps for kvbm bindings (#6496)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
adb95725
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
lib/bindings/kvbm/Cargo.lock
lib/bindings/kvbm/Cargo.lock
+0
-1
lib/bindings/kvbm/Cargo.toml
lib/bindings/kvbm/Cargo.toml
+0
-1
No files found.
lib/bindings/kvbm/Cargo.lock
View file @
f391553e
...
...
@@ -3244,7 +3244,6 @@ dependencies = [
"dlpark",
"dynamo-llm",
"dynamo-runtime",
"prometheus",
"pyo3",
"pyo3-async-runtimes",
"serde",
...
...
lib/bindings/kvbm/Cargo.toml
View file @
f391553e
...
...
@@ -57,6 +57,5 @@ pyo3-async-runtimes = { version = "0.23.0", default-features = false, features =
dlpark
=
{
version
=
"0.5"
,
features
=
[
"pyo3"
,
"half"
],
optional
=
true
}
cudarc
=
{
version
=
"0.19.2"
,
features
=
["cuda-12020"]
,
optional
=
true
}
prometheus
=
"0.14.0"
[dev-dependencies]
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