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
9bb1af33
Unverified
Commit
9bb1af33
authored
Oct 27, 2025
by
Tushar Sharma
Committed by
GitHub
Oct 27, 2025
Browse files
chore: Update version to 0.6.1 (#3916)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
7c74764b
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
35 additions
and
35 deletions
+35
-35
Cargo.lock
Cargo.lock
+8
-8
Cargo.toml
Cargo.toml
+6
-6
deploy/cloud/helm/crds/Chart.yaml
deploy/cloud/helm/crds/Chart.yaml
+1
-1
deploy/cloud/helm/platform/components/operator/Chart.yaml
deploy/cloud/helm/platform/components/operator/Chart.yaml
+2
-2
deploy/helm/chart/Chart.yaml
deploy/helm/chart/Chart.yaml
+2
-2
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+2
-2
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+5
-5
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
+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 @
9bb1af33
...
@@ -2065,7 +2065,7 @@ dependencies = [
...
@@ -2065,7 +2065,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-async-openai"
name = "dynamo-async-openai"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"async-openai-macros",
"async-openai-macros",
"backoff",
"backoff",
...
@@ -2103,7 +2103,7 @@ dependencies = [
...
@@ -2103,7 +2103,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-engine-mistralrs"
name = "dynamo-engine-mistralrs"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -2121,7 +2121,7 @@ dependencies = [
...
@@ -2121,7 +2121,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-llm"
name = "dynamo-llm"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"ahash",
"ahash",
"aho-corasick",
"aho-corasick",
...
@@ -2216,7 +2216,7 @@ dependencies = [
...
@@ -2216,7 +2216,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-parsers"
name = "dynamo-parsers"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-async-openai",
"dynamo-async-openai",
...
@@ -2234,7 +2234,7 @@ dependencies = [
...
@@ -2234,7 +2234,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-run"
name = "dynamo-run"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -2262,7 +2262,7 @@ dependencies = [
...
@@ -2262,7 +2262,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
@@ -2328,7 +2328,7 @@ dependencies = [
...
@@ -2328,7 +2328,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-tokens"
name = "dynamo-tokens"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"bytemuck",
"bytemuck",
"derive-getters",
"derive-getters",
...
@@ -4193,7 +4193,7 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
...
@@ -4193,7 +4193,7 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[package]]
[[package]]
name = "libdynamo_llm"
name = "libdynamo_llm"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-once-cell",
"async-once-cell",
...
...
Cargo.toml
View file @
9bb1af33
...
@@ -28,7 +28,7 @@ default-members = [
...
@@ -28,7 +28,7 @@ default-members = [
resolver
=
"3"
resolver
=
"3"
[workspace.package]
[workspace.package]
version
=
"0.6.
0
"
version
=
"0.6.
1
"
edition
=
"2024"
edition
=
"2024"
description
=
"Dynamo Inference Framework"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
@@ -39,14 +39,14 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
...
@@ -39,14 +39,14 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
[workspace.dependencies]
[workspace.dependencies]
# Local crates
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.6.
0
"
}
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.6.
1
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.6.
0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.6.
1
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.6.
0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.6.
1
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.6.
0
"
,
features
=
[
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.6.
1
"
,
features
=
[
"byot"
,
"byot"
,
"rustls"
,
"rustls"
,
]
}
]
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.6.
0
"
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.6.
1
"
}
# External dependencies
# External dependencies
anyhow
=
{
version
=
"1"
}
anyhow
=
{
version
=
"1"
}
...
...
deploy/cloud/helm/crds/Chart.yaml
View file @
9bb1af33
...
@@ -16,5 +16,5 @@ apiVersion: v2
...
@@ -16,5 +16,5 @@ apiVersion: v2
name
:
dynamo-crds
name
:
dynamo-crds
description
:
A Helm chart for dynamo CRDs
description
:
A Helm chart for dynamo CRDs
type
:
application
type
:
application
version
:
0.6.
0
version
:
0.6.
1
dependencies
:
[]
dependencies
:
[]
\ No newline at end of file
deploy/cloud/helm/platform/components/operator/Chart.yaml
View file @
9bb1af33
...
@@ -27,9 +27,9 @@ type: application
...
@@ -27,9 +27,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
0.
5.0
version
:
0.
6.1
# This is the version number of the application being deployed. This version number should be
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# It is recommended to use it with quotes.
appVersion
:
"
0.
5.0
"
appVersion
:
"
0.
6.1
"
deploy/helm/chart/Chart.yaml
View file @
9bb1af33
...
@@ -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.6.0
version
:
0.6.1
appVersion
:
0.6.0
appVersion
:
0.6.1
\ No newline at end of file
\ No newline at end of file
docs/reference/support-matrix.md
View file @
9bb1af33
...
@@ -56,8 +56,8 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
...
@@ -56,8 +56,8 @@ 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.6.
0
| >=2.28 | |
| ai-dynamo | 0.6.
1
| >=2.28 | |
| ai-dynamo-runtime | 0.6.
0
| >=2.28 (Python 3.12 has known issues) | |
| ai-dynamo-runtime | 0.6.
1
| >=2.28 (Python 3.12 has known issues) | |
| NIXL | 0.6.0 | >=2.27 | >=11.8 |
| NIXL | 0.6.0 | >=2.27 | >=11.8 |
### Build Dependency
### Build Dependency
...
...
lib/bindings/python/Cargo.lock
View file @
9bb1af33
...
@@ -1428,7 +1428,7 @@ dependencies = [
...
@@ -1428,7 +1428,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-async-openai"
name = "dynamo-async-openai"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"async-openai-macros",
"async-openai-macros",
"backoff",
"backoff",
...
@@ -1454,7 +1454,7 @@ dependencies = [
...
@@ -1454,7 +1454,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-llm"
name = "dynamo-llm"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"ahash",
"ahash",
"aho-corasick",
"aho-corasick",
...
@@ -1537,7 +1537,7 @@ dependencies = [
...
@@ -1537,7 +1537,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-parsers"
name = "dynamo-parsers"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-async-openai",
"dynamo-async-openai",
...
@@ -1555,7 +1555,7 @@ dependencies = [
...
@@ -1555,7 +1555,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-py3"
name = "dynamo-py3"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -1592,7 +1592,7 @@ dependencies = [
...
@@ -1592,7 +1592,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
...
lib/bindings/python/Cargo.toml
View file @
9bb1af33
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
[package]
[package]
name
=
"dynamo-py3"
name
=
"dynamo-py3"
version
=
"0.6.
0
"
version
=
"0.6.
1
"
edition
=
"2024"
edition
=
"2024"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
lib/bindings/python/pyproject.toml
View file @
9bb1af33
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
[project]
[project]
name
=
"ai-dynamo-runtime"
name
=
"ai-dynamo-runtime"
version
=
"0.6.
0
"
version
=
"0.6.
1
"
description
=
"Dynamo Inference Framework Runtime"
description
=
"Dynamo Inference Framework Runtime"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
authors
=
[
...
...
lib/runtime/examples/Cargo.lock
View file @
9bb1af33
...
@@ -657,7 +657,7 @@ dependencies = [
...
@@ -657,7 +657,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
@@ -1037,7 +1037,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
...
@@ -1037,7 +1037,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
[[package]]
name = "hello_world"
name = "hello_world"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"dynamo-runtime",
"dynamo-runtime",
]
]
...
@@ -2608,7 +2608,7 @@ dependencies = [
...
@@ -2608,7 +2608,7 @@ dependencies = [
[[package]]
[[package]]
name = "service_metrics"
name = "service_metrics"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"dynamo-runtime",
"dynamo-runtime",
"futures",
"futures",
...
@@ -2784,7 +2784,7 @@ dependencies = [
...
@@ -2784,7 +2784,7 @@ dependencies = [
[[package]]
[[package]]
name = "system_metrics"
name = "system_metrics"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-runtime",
"dynamo-runtime",
...
...
lib/runtime/examples/Cargo.toml
View file @
9bb1af33
...
@@ -10,7 +10,7 @@ members = [
...
@@ -10,7 +10,7 @@ members = [
resolver
=
"3"
resolver
=
"3"
[workspace.package]
[workspace.package]
version
=
"0.6.
0
"
version
=
"0.6.
1
"
edition
=
"2024"
edition
=
"2024"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
9bb1af33
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
[project]
[project]
name
=
"ai-dynamo"
name
=
"ai-dynamo"
version
=
"0.6.
0
"
version
=
"0.6.
1
"
description
=
"Distributed Inference Framework"
description
=
"Distributed Inference Framework"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
authors
=
[
...
@@ -13,7 +13,7 @@ license = { text = "Apache-2.0" }
...
@@ -13,7 +13,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.6.
0
"
,
"ai-dynamo-runtime==0.6.
1
"
,
"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