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
4c90b1b9
Unverified
Commit
4c90b1b9
authored
Jul 30, 2025
by
Dmitry Tokarev
Committed by
GitHub
Jul 30, 2025
Browse files
chore: Version bump to 0.4.0 (#2179)
parent
da0c5726
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
29 deletions
+29
-29
Cargo.lock
Cargo.lock
+9
-9
Cargo.toml
Cargo.toml
+4
-4
deploy/helm/chart/Chart.yaml
deploy/helm/chart/Chart.yaml
+2
-2
docs/support_matrix.md
docs/support_matrix.md
+3
-3
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+3
-3
lib/bindings/python/Cargo.toml
lib/bindings/python/Cargo.toml
+1
-1
lib/runtime/examples/Cargo.lock
lib/runtime/examples/Cargo.lock
+4
-4
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 @
4c90b1b9
...
@@ -1847,7 +1847,7 @@ dependencies = [
...
@@ -1847,7 +1847,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-engine-llamacpp"
name = "dynamo-engine-llamacpp"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"async-stream",
"async-stream",
"dynamo-llm",
"dynamo-llm",
...
@@ -1859,7 +1859,7 @@ dependencies = [
...
@@ -1859,7 +1859,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-engine-mistralrs"
name = "dynamo-engine-mistralrs"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-openai",
"async-openai",
...
@@ -1877,7 +1877,7 @@ dependencies = [
...
@@ -1877,7 +1877,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-llm"
name = "dynamo-llm"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"ahash",
"ahash",
"akin",
"akin",
...
@@ -1954,7 +1954,7 @@ dependencies = [
...
@@ -1954,7 +1954,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-run"
name = "dynamo-run"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-openai",
"async-openai",
...
@@ -1983,7 +1983,7 @@ dependencies = [
...
@@ -1983,7 +1983,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
@@ -2039,7 +2039,7 @@ dependencies = [
...
@@ -2039,7 +2039,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-tokens"
name = "dynamo-tokens"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"bytemuck",
"bytemuck",
"derive-getters",
"derive-getters",
...
@@ -3808,7 +3808,7 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
...
@@ -3808,7 +3808,7 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]]
[[package]]
name = "libdynamo_llm"
name = "libdynamo_llm"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-once-cell",
"async-once-cell",
...
@@ -4105,7 +4105,7 @@ dependencies = [
...
@@ -4105,7 +4105,7 @@ dependencies = [
[[package]]
[[package]]
name = "metrics"
name = "metrics"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"axum 0.6.20",
"axum 0.6.20",
"clap 4.5.40",
"clap 4.5.40",
...
@@ -5921,7 +5921,7 @@ dependencies = [
...
@@ -5921,7 +5921,7 @@ dependencies = [
[[package]]
[[package]]
name = "router"
name = "router"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"clap 4.5.40",
"clap 4.5.40",
"dynamo-llm",
"dynamo-llm",
...
...
Cargo.toml
View file @
4c90b1b9
...
@@ -15,7 +15,7 @@ members = [
...
@@ -15,7 +15,7 @@ members = [
resolver
=
"3"
resolver
=
"3"
[workspace.package]
[workspace.package]
version
=
"0.
3.2
"
version
=
"0.
4.0
"
edition
=
"2021"
edition
=
"2021"
description
=
"Dynamo Inference Framework"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
@@ -26,9 +26,9 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
...
@@ -26,9 +26,9 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
[workspace.dependencies]
[workspace.dependencies]
# Local crates
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
3.2
"
}
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
4.0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
3.2
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
4.0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
3.2
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
4.0
"
}
# External dependencies
# External dependencies
anyhow
=
{
version
=
"1"
}
anyhow
=
{
version
=
"1"
}
...
...
deploy/helm/chart/Chart.yaml
View file @
4c90b1b9
...
@@ -17,5 +17,5 @@ apiVersion: v2
...
@@ -17,5 +17,5 @@ apiVersion: v2
name
:
dynamo-graph
name
:
dynamo-graph
description
:
A Helm chart to deploy a Dynamo graph on Kubernetes
description
:
A Helm chart to deploy a Dynamo graph on Kubernetes
type
:
application
type
:
application
version
:
0.
3.2
version
:
0.
4.0
appVersion
:
0.
3.2
appVersion
:
0.
4.0
docs/support_matrix.md
View file @
4c90b1b9
...
@@ -58,9 +58,9 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
...
@@ -58,9 +58,9 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
|
**Python Package**
|
**Version**
| glibc version | CUDA Version |
|
**Python Package**
|
**Version**
| glibc version | CUDA Version |
| :----------------- | :------------ | :----------------------------------- | :----------- |
| :----------------- | :------------ | :----------------------------------- | :----------- |
| ai-dynamo | 0.
3.2
| >=2.28 | |
| ai-dynamo | 0.
4.0
| >=2.28 | |
| ai-dynamo-runtime | 0.
3.2
| >=2.28 (Python 3.12 has known issues)| |
| ai-dynamo-runtime | 0.
4.0
| >=2.28 (Python 3.12 has known issues)| |
| NIXL | 0.
4
.0 | >=2.27 | >=11.8 |
| NIXL | 0.
5
.0 | >=2.27 | >=11.8 |
### Build Dependency
### Build Dependency
...
...
lib/bindings/python/Cargo.lock
View file @
4c90b1b9
...
@@ -1169,7 +1169,7 @@ dependencies = [
...
@@ -1169,7 +1169,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-llm"
name = "dynamo-llm"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"ahash",
"ahash",
"akin",
"akin",
...
@@ -1235,7 +1235,7 @@ dependencies = [
...
@@ -1235,7 +1235,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-py3"
name = "dynamo-py3"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-openai",
"async-openai",
...
@@ -1262,7 +1262,7 @@ dependencies = [
...
@@ -1262,7 +1262,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
...
lib/bindings/python/Cargo.toml
View file @
4c90b1b9
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
[package]
[package]
name
=
"dynamo-py3"
name
=
"dynamo-py3"
version
=
"0.
3.2
"
version
=
"0.
4.0
"
edition
=
"2021"
edition
=
"2021"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
lib/runtime/examples/Cargo.lock
View file @
4c90b1b9
...
@@ -683,7 +683,7 @@ dependencies = [
...
@@ -683,7 +683,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
@@ -1060,7 +1060,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
...
@@ -1060,7 +1060,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
[[package]]
name = "hello_world"
name = "hello_world"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"dynamo-runtime",
"dynamo-runtime",
]
]
...
@@ -2548,7 +2548,7 @@ dependencies = [
...
@@ -2548,7 +2548,7 @@ dependencies = [
[[package]]
[[package]]
name = "service_metrics"
name = "service_metrics"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"dynamo-runtime",
"dynamo-runtime",
"futures",
"futures",
...
@@ -2724,7 +2724,7 @@ dependencies = [
...
@@ -2724,7 +2724,7 @@ dependencies = [
[[package]]
[[package]]
name = "system_metrics"
name = "system_metrics"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
dependencies = [
"dynamo-runtime",
"dynamo-runtime",
"futures",
"futures",
...
...
lib/runtime/examples/Cargo.toml
View file @
4c90b1b9
...
@@ -22,7 +22,7 @@ members = [
...
@@ -22,7 +22,7 @@ members = [
resolver
=
"3"
resolver
=
"3"
[workspace.package]
[workspace.package]
version
=
"0.
3.2
"
version
=
"0.
4.0
"
edition
=
"2021"
edition
=
"2021"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
4c90b1b9
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
[project]
[project]
name
=
"ai-dynamo"
name
=
"ai-dynamo"
version
=
"0.
3.2
"
version
=
"0.
4.0
"
description
=
"Distributed Inference Framework"
description
=
"Distributed Inference Framework"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
authors
=
[
...
@@ -25,7 +25,7 @@ license = { text = "Apache-2.0" }
...
@@ -25,7 +25,7 @@ license = { text = "Apache-2.0" }
license-files
=
["LICENSE"]
license-files
=
["LICENSE"]
requires-python
=
">=3.10"
requires-python
=
">=3.10"
dependencies
=
[
dependencies
=
[
"ai-dynamo-runtime==0.
3.2
"
,
"ai-dynamo-runtime==0.
4.0
"
,
"pytest>=8.3.4"
,
"pytest>=8.3.4"
,
"types-psutil>=7.0.0.20250218"
,
"types-psutil>=7.0.0.20250218"
,
"kubernetes>=32.0.1,<33.0.0"
,
"kubernetes>=32.0.1,<33.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