Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
fa7ee14c
Commit
fa7ee14c
authored
Apr 09, 2025
by
Anant Sharma
Committed by
GitHub
Apr 09, 2025
Browse files
chore: update versions to 0.1.1 (#552)
parent
16124e74
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
27 additions
and
27 deletions
+27
-27
Cargo.lock
Cargo.lock
+14
-14
Cargo.toml
Cargo.toml
+1
-1
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+4
-4
lib/bindings/python/Cargo.toml
lib/bindings/python/Cargo.toml
+1
-1
lib/bindings/python/pyproject.toml
lib/bindings/python/pyproject.toml
+1
-1
lib/runtime/examples/Cargo.lock
lib/runtime/examples/Cargo.lock
+3
-3
lib/runtime/examples/Cargo.toml
lib/runtime/examples/Cargo.toml
+1
-1
pyproject.toml
pyproject.toml
+2
-2
No files found.
Cargo.lock
View file @
fa7ee14c
...
...
@@ -1502,7 +1502,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-llamacpp"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"async-stream",
"dynamo-llm",
...
...
@@ -1514,7 +1514,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-mistralrs"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1533,7 +1533,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-python"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1554,7 +1554,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-sglang"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1573,7 +1573,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-trtllm"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1596,7 +1596,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-vllm"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1616,7 +1616,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"akin",
"anyhow",
...
...
@@ -1676,7 +1676,7 @@ dependencies = [
[[package]]
name = "dynamo-run"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1708,7 +1708,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"assert_matches",
...
...
@@ -2671,7 +2671,7 @@ dependencies = [
[[package]]
name = "http"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"clap",
"dynamo-llm",
...
...
@@ -3318,7 +3318,7 @@ checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libdynamo_llm"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-once-cell",
...
...
@@ -3430,7 +3430,7 @@ dependencies = [
[[package]]
name = "llmctl"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"clap",
"dynamo-llm",
...
...
@@ -3587,7 +3587,7 @@ dependencies = [
[[package]]
name = "metrics"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"axum 0.6.20",
"clap",
...
...
@@ -5276,7 +5276,7 @@ dependencies = [
[[package]]
name = "router"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"clap",
"dynamo-llm",
...
...
Cargo.toml
View file @
fa7ee14c
...
...
@@ -25,7 +25,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.1.
0
"
version
=
"0.1.
1
"
edition
=
"2021"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
...
lib/bindings/python/Cargo.lock
View file @
fa7ee14c
...
...
@@ -1007,7 +1007,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-python"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1028,7 +1028,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"akin",
"anyhow",
...
...
@@ -1078,7 +1078,7 @@ dependencies = [
[[package]]
name = "dynamo-py3"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"dynamo-engine-python",
"dynamo-llm",
...
...
@@ -1099,7 +1099,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-nats",
...
...
lib/bindings/python/Cargo.toml
View file @
fa7ee14c
...
...
@@ -19,7 +19,7 @@
[package]
name
=
"dynamo-py3"
version
=
"0.1.
0
"
version
=
"0.1.
1
"
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
lib/bindings/python/pyproject.toml
View file @
fa7ee14c
...
...
@@ -16,7 +16,7 @@
[project]
name
=
"ai-dynamo-runtime"
version
=
"0.1.
0
"
version
=
"0.1.
1
"
description
=
"Dynamo Inference Framework Runtime"
readme
=
"README.md"
authors
=
[
...
...
lib/runtime/examples/Cargo.lock
View file @
fa7ee14c
...
...
@@ -623,7 +623,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"anyhow",
"async-nats",
...
...
@@ -993,7 +993,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hello_world"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"dynamo-runtime",
]
...
...
@@ -2302,7 +2302,7 @@ dependencies = [
[[package]]
name = "service_metrics"
version = "0.1.
0
"
version = "0.1.
1
"
dependencies = [
"dynamo-runtime",
"futures",
...
...
lib/runtime/examples/Cargo.toml
View file @
fa7ee14c
...
...
@@ -21,7 +21,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.1.
0
"
version
=
"0.1.
1
"
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
fa7ee14c
...
...
@@ -15,7 +15,7 @@
[project]
name
=
"ai-dynamo"
version
=
"0.1.
0
"
version
=
"0.1.
1
"
description
=
"Distributed Inference Framework"
readme
=
"README.md"
authors
=
[
...
...
@@ -29,7 +29,7 @@ dependencies = [
"bentoml==1.4.7"
,
"types-psutil==7.0.0.20250218"
,
"kubernetes==32.0.1"
,
"ai-dynamo-runtime==0.1.
0
"
,
"ai-dynamo-runtime==0.1.
1
"
,
]
classifiers
=
[
...
...
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