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
23660bc5
Unverified
Commit
23660bc5
authored
Nov 10, 2025
by
Anant Sharma
Committed by
GitHub
Nov 10, 2025
Browse files
chore: update versions for 0.7.0 release (#4217)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
2d6cc432
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
40 additions
and
40 deletions
+40
-40
Cargo.lock
Cargo.lock
+11
-11
Cargo.toml
Cargo.toml
+7
-7
deploy/cloud/helm/crds/Chart.yaml
deploy/cloud/helm/crds/Chart.yaml
+1
-1
deploy/cloud/helm/platform/Chart.yaml
deploy/cloud/helm/platform/Chart.yaml
+1
-1
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/kvbm/Cargo.toml
lib/kvbm/Cargo.toml
+1
-1
lib/kvbm/pyproject.toml
lib/kvbm/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 @
23660bc5
...
@@ -2140,7 +2140,7 @@ dependencies = [
...
@@ -2140,7 +2140,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-async-openai"
name = "dynamo-async-openai"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"async-openai-macros",
"async-openai-macros",
"backoff",
"backoff",
...
@@ -2178,14 +2178,14 @@ dependencies = [
...
@@ -2178,14 +2178,14 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-config"
name = "dynamo-config"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
]
]
[[package]]
[[package]]
name = "dynamo-engine-mistralrs"
name = "dynamo-engine-mistralrs"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -2203,7 +2203,7 @@ dependencies = [
...
@@ -2203,7 +2203,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-llm"
name = "dynamo-llm"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"ahash",
"ahash",
"aho-corasick",
"aho-corasick",
...
@@ -2302,7 +2302,7 @@ dependencies = [
...
@@ -2302,7 +2302,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-memory"
name = "dynamo-memory"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"cudarc 0.17.3",
"cudarc 0.17.3",
...
@@ -2319,7 +2319,7 @@ dependencies = [
...
@@ -2319,7 +2319,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-parsers"
name = "dynamo-parsers"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-async-openai",
"dynamo-async-openai",
...
@@ -2337,7 +2337,7 @@ dependencies = [
...
@@ -2337,7 +2337,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-run"
name = "dynamo-run"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -2365,7 +2365,7 @@ dependencies = [
...
@@ -2365,7 +2365,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
@@ -2432,7 +2432,7 @@ dependencies = [
...
@@ -2432,7 +2432,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-tokens"
name = "dynamo-tokens"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"bytemuck",
"bytemuck",
"dashmap 6.1.0",
"dashmap 6.1.0",
...
@@ -4333,7 +4333,7 @@ dependencies = [
...
@@ -4333,7 +4333,7 @@ dependencies = [
[[package]]
[[package]]
name = "kvbm-py3"
name = "kvbm-py3"
version = "0.
1
.0"
version = "0.
7
.0"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -4391,7 +4391,7 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
...
@@ -4391,7 +4391,7 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[package]]
[[package]]
name = "libdynamo_llm"
name = "libdynamo_llm"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-once-cell",
"async-once-cell",
...
...
Cargo.toml
View file @
23660bc5
...
@@ -33,7 +33,7 @@ default-members = [
...
@@ -33,7 +33,7 @@ default-members = [
resolver
=
"3"
resolver
=
"3"
[workspace.package]
[workspace.package]
version
=
"0.
6.1
"
version
=
"0.
7.0
"
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>"
]
...
@@ -44,15 +44,15 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
...
@@ -44,15 +44,15 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
[workspace.dependencies]
[workspace.dependencies]
# Local crates
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
6.1
"
}
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
7.0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
6.1
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
7.0
"
}
dynamo-config
=
{
path
=
"lib/config"
,
version
=
"0.
6.1
"
}
dynamo-config
=
{
path
=
"lib/config"
,
version
=
"0.
7.0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
6.1
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
7.0
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.
6.1
"
,
features
=
[
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.
7.0
"
,
features
=
[
"byot"
,
"byot"
,
"rustls"
,
"rustls"
,
]
}
]
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.
6.1
"
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.
7.0
"
}
# External dependencies
# External dependencies
anyhow
=
{
version
=
"1"
}
anyhow
=
{
version
=
"1"
}
...
...
deploy/cloud/helm/crds/Chart.yaml
View file @
23660bc5
...
@@ -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.1
version
:
0.
7.0
dependencies
:
[]
dependencies
:
[]
\ No newline at end of file
deploy/cloud/helm/platform/Chart.yaml
View file @
23660bc5
...
@@ -19,7 +19,7 @@ maintainers:
...
@@ -19,7 +19,7 @@ maintainers:
url
:
https://www.nvidia.com
url
:
https://www.nvidia.com
description
:
A Helm chart for NVIDIA Dynamo Platform.
description
:
A Helm chart for NVIDIA Dynamo Platform.
type
:
application
type
:
application
version
:
0.
6.1
version
:
0.
7.0
home
:
https://nvidia.com
home
:
https://nvidia.com
dependencies
:
dependencies
:
-
name
:
dynamo-operator
-
name
:
dynamo-operator
...
...
deploy/helm/chart/Chart.yaml
View file @
23660bc5
...
@@ -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.1
version
:
0.7.0
appVersion
:
0.6.1
appVersion
:
0.7.0
\ No newline at end of file
\ No newline at end of file
docs/reference/support-matrix.md
View file @
23660bc5
...
@@ -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.1
| >=2.28 | |
| ai-dynamo | 0.
7.0
| >=2.28 | |
| ai-dynamo-runtime | 0.
6.1
| >=2.28 (Python 3.12 has known issues) | |
| ai-dynamo-runtime | 0.
7.0
| >=2.28 (Python 3.12 has known issues) | |
| NIXL | 0.7.0 | >=2.27 | >=11.8 |
| NIXL | 0.7.0 | >=2.27 | >=11.8 |
### Build Dependency
### Build Dependency
...
...
lib/bindings/python/Cargo.lock
View file @
23660bc5
...
@@ -1419,7 +1419,7 @@ dependencies = [
...
@@ -1419,7 +1419,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-async-openai"
name = "dynamo-async-openai"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"async-openai-macros",
"async-openai-macros",
"backoff",
"backoff",
...
@@ -1445,7 +1445,7 @@ dependencies = [
...
@@ -1445,7 +1445,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-llm"
name = "dynamo-llm"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"ahash",
"ahash",
"aho-corasick",
"aho-corasick",
...
@@ -1529,7 +1529,7 @@ dependencies = [
...
@@ -1529,7 +1529,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-parsers"
name = "dynamo-parsers"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-async-openai",
"dynamo-async-openai",
...
@@ -1547,7 +1547,7 @@ dependencies = [
...
@@ -1547,7 +1547,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-py3"
name = "dynamo-py3"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-stream",
"async-stream",
...
@@ -1584,7 +1584,7 @@ dependencies = [
...
@@ -1584,7 +1584,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
...
lib/bindings/python/Cargo.toml
View file @
23660bc5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
[package]
[package]
name
=
"dynamo-py3"
name
=
"dynamo-py3"
version
=
"0.
6.1
"
version
=
"0.
7.0
"
edition
=
"2024"
edition
=
"2024"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
lib/bindings/python/pyproject.toml
View file @
23660bc5
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
[project]
[project]
name
=
"ai-dynamo-runtime"
name
=
"ai-dynamo-runtime"
version
=
"0.
6.1
"
version
=
"0.
7.0
"
description
=
"Dynamo Inference Framework Runtime"
description
=
"Dynamo Inference Framework Runtime"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
authors
=
[
...
...
lib/kvbm/Cargo.toml
View file @
23660bc5
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
[package]
[package]
name
=
"kvbm-py3"
name
=
"kvbm-py3"
version
=
"0.
1
.0"
version
=
"0.
7
.0"
edition
=
"2024"
edition
=
"2024"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
lib/kvbm/pyproject.toml
View file @
23660bc5
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
[project]
[project]
name
=
"kvbm"
name
=
"kvbm"
version
=
"0.
6.1
"
version
=
"0.
7.0
"
description
=
"Dynamo KVBM"
description
=
"Dynamo KVBM"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
authors
=
[
...
...
lib/runtime/examples/Cargo.lock
View file @
23660bc5
...
@@ -657,7 +657,7 @@ dependencies = [
...
@@ -657,7 +657,7 @@ dependencies = [
[[package]]
[[package]]
name = "dynamo-runtime"
name = "dynamo-runtime"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"arc-swap",
"arc-swap",
...
@@ -1038,7 +1038,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
...
@@ -1038,7 +1038,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
[[package]]
name = "hello_world"
name = "hello_world"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-runtime",
"dynamo-runtime",
...
@@ -2632,7 +2632,7 @@ dependencies = [
...
@@ -2632,7 +2632,7 @@ dependencies = [
[[package]]
[[package]]
name = "service_metrics"
name = "service_metrics"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-runtime",
"dynamo-runtime",
...
@@ -2809,7 +2809,7 @@ dependencies = [
...
@@ -2809,7 +2809,7 @@ dependencies = [
[[package]]
[[package]]
name = "system_metrics"
name = "system_metrics"
version = "0.
6.1
"
version = "0.
7.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-runtime",
"dynamo-runtime",
...
...
lib/runtime/examples/Cargo.toml
View file @
23660bc5
...
@@ -10,7 +10,7 @@ members = [
...
@@ -10,7 +10,7 @@ members = [
resolver
=
"3"
resolver
=
"3"
[workspace.package]
[workspace.package]
version
=
"0.
6.1
"
version
=
"0.
7.0
"
edition
=
"2024"
edition
=
"2024"
authors
=
["NVIDIA"]
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
23660bc5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
[project]
[project]
name
=
"ai-dynamo"
name
=
"ai-dynamo"
version
=
"0.
6.1
"
version
=
"0.
7.0
"
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.1
"
,
"ai-dynamo-runtime==0.
7.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