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
Hide 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 = [
[[package]]
name = "dynamo-async-openai"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -2103,7 +2103,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-mistralrs"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -2121,7 +2121,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -2216,7 +2216,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -2234,7 +2234,7 @@ dependencies = [
[[package]]
name = "dynamo-run"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -2262,7 +2262,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -2328,7 +2328,7 @@ dependencies = [
[[package]]
name = "dynamo-tokens"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"bytemuck",
"derive-getters",
...
...
@@ -4193,7 +4193,7 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[package]]
name = "libdynamo_llm"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"async-once-cell",
...
...
Cargo.toml
View file @
9bb1af33
...
...
@@ -28,7 +28,7 @@ default-members = [
resolver
=
"3"
[workspace.package]
version
=
"0.6.
0
"
version
=
"0.6.
1
"
edition
=
"2024"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
...
@@ -39,14 +39,14 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
[workspace.dependencies]
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.6.
0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.6.
0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.6.
0
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.6.
0
"
,
features
=
[
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.6.
1
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.6.
1
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.6.
1
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.6.
1
"
,
features
=
[
"byot"
,
"rustls"
,
]
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.6.
0
"
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.6.
1
"
}
# External dependencies
anyhow
=
{
version
=
"1"
}
...
...
deploy/cloud/helm/crds/Chart.yaml
View file @
9bb1af33
...
...
@@ -16,5 +16,5 @@ apiVersion: v2
name
:
dynamo-crds
description
:
A Helm chart for dynamo CRDs
type
:
application
version
:
0.6.
0
version
:
0.6.
1
dependencies
:
[]
\ No newline at end of file
deploy/cloud/helm/platform/components/operator/Chart.yaml
View file @
9bb1af33
...
...
@@ -27,9 +27,9 @@ type: application
# 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.
# 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
# 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.
# 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
name
:
dynamo-graph
description
:
A Helm chart to deploy a Dynamo graph on Kubernetes
type
:
application
version
:
0.6.0
appVersion
:
0.6.0
\ No newline at end of file
version
:
0.6.1
appVersion
:
0.6.1
\ 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
|
**Python Package**
|
**Version**
| glibc version | CUDA Version |
| :----------------- | :---------- | :------------------------------------ | :----------- |
| ai-dynamo | 0.6.
0
| >=2.28 | |
| ai-dynamo-runtime | 0.6.
0
| >=2.28 (Python 3.12 has known issues) | |
| ai-dynamo | 0.6.
1
| >=2.28 | |
| ai-dynamo-runtime | 0.6.
1
| >=2.28 (Python 3.12 has known issues) | |
| NIXL | 0.6.0 | >=2.27 | >=11.8 |
### Build Dependency
...
...
lib/bindings/python/Cargo.lock
View file @
9bb1af33
...
...
@@ -1428,7 +1428,7 @@ dependencies = [
[[package]]
name = "dynamo-async-openai"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -1454,7 +1454,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -1537,7 +1537,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -1555,7 +1555,7 @@ dependencies = [
[[package]]
name = "dynamo-py3"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -1592,7 +1592,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"arc-swap",
...
...
lib/bindings/python/Cargo.toml
View file @
9bb1af33
...
...
@@ -7,7 +7,7 @@
[package]
name
=
"dynamo-py3"
version
=
"0.6.
0
"
version
=
"0.6.
1
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
lib/bindings/python/pyproject.toml
View file @
9bb1af33
...
...
@@ -16,7 +16,7 @@
[project]
name
=
"ai-dynamo-runtime"
version
=
"0.6.
0
"
version
=
"0.6.
1
"
description
=
"Dynamo Inference Framework Runtime"
readme
=
"README.md"
authors
=
[
...
...
lib/runtime/examples/Cargo.lock
View file @
9bb1af33
...
...
@@ -657,7 +657,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -1037,7 +1037,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hello_world"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"dynamo-runtime",
]
...
...
@@ -2608,7 +2608,7 @@ dependencies = [
[[package]]
name = "service_metrics"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"dynamo-runtime",
"futures",
...
...
@@ -2784,7 +2784,7 @@ dependencies = [
[[package]]
name = "system_metrics"
version = "0.6.
0
"
version = "0.6.
1
"
dependencies = [
"anyhow",
"dynamo-runtime",
...
...
lib/runtime/examples/Cargo.toml
View file @
9bb1af33
...
...
@@ -10,7 +10,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.6.
0
"
version
=
"0.6.
1
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
9bb1af33
...
...
@@ -3,7 +3,7 @@
[project]
name
=
"ai-dynamo"
version
=
"0.6.
0
"
version
=
"0.6.
1
"
description
=
"Distributed Inference Framework"
readme
=
"README.md"
authors
=
[
...
...
@@ -13,7 +13,7 @@ license = { text = "Apache-2.0" }
license-files
=
["LICENSE"]
requires-python
=
">=3.10"
dependencies
=
[
"ai-dynamo-runtime==0.6.
0
"
,
"ai-dynamo-runtime==0.6.
1
"
,
"pytest>=8.3.4"
,
"types-psutil>=7.0.0.20250218"
,
"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