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
7436e3bc
Unverified
Commit
7436e3bc
authored
Dec 19, 2025
by
Anant Sharma
Committed by
GitHub
Dec 19, 2025
Browse files
chore: update versions for 0.8.0 release (#5031)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
0055f2a4
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
64 additions
and
47 deletions
+64
-47
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/kvbm/Cargo.lock
lib/bindings/kvbm/Cargo.lock
+13
-5
lib/bindings/kvbm/Cargo.toml
lib/bindings/kvbm/Cargo.toml
+1
-1
lib/bindings/kvbm/pyproject.toml
lib/bindings/kvbm/pyproject.toml
+1
-1
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+8
-7
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
+12
-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 @
7436e3bc
...
...
@@ -2552,7 +2552,7 @@ checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
[[package]]
name = "dynamo-async-openai"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -2590,14 +2590,14 @@ dependencies = [
[[package]]
name = "dynamo-config"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
]
[[package]]
name = "dynamo-discovery"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"async-trait",
...
...
@@ -2639,7 +2639,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-mistralrs"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -2657,7 +2657,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -2768,7 +2768,7 @@ dependencies = [
[[package]]
name = "dynamo-memory"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"cudarc",
...
...
@@ -2785,7 +2785,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -2804,7 +2804,7 @@ dependencies = [
[[package]]
name = "dynamo-run"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -2832,7 +2832,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -2910,7 +2910,7 @@ dependencies = [
[[package]]
name = "dynamo-tokens"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"bytemuck",
"dashmap 6.1.0",
...
...
@@ -5313,7 +5313,7 @@ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "libdynamo_llm"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"async-once-cell",
...
...
Cargo.toml
View file @
7436e3bc
...
...
@@ -33,7 +33,7 @@ default-members = [
resolver
=
"3"
[workspace.package]
version
=
"0.
7.1
"
version
=
"0.
8.0
"
edition
=
"2024"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
...
@@ -44,15 +44,15 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
[workspace.dependencies]
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
7.1
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
7.1
"
}
dynamo-config
=
{
path
=
"lib/config"
,
version
=
"0.
7.1
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
7.1
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.
7.1
"
,
features
=
[
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
8.0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
8.0
"
}
dynamo-config
=
{
path
=
"lib/config"
,
version
=
"0.
8.0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
8.0
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.
8.0
"
,
features
=
[
"byot"
,
"rustls"
,
]
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.
7.1
"
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.
8.0
"
}
# External dependencies
anyhow
=
{
version
=
"1"
}
...
...
deploy/cloud/helm/crds/Chart.yaml
View file @
7436e3bc
...
...
@@ -16,5 +16,5 @@ apiVersion: v2
name
:
dynamo-crds
description
:
A Helm chart for dynamo CRDs
type
:
application
version
:
0.
7.1
version
:
0.
8.0
dependencies
:
[]
\ No newline at end of file
deploy/cloud/helm/platform/Chart.yaml
View file @
7436e3bc
...
...
@@ -19,7 +19,7 @@ maintainers:
url
:
https://www.nvidia.com
description
:
A Helm chart for NVIDIA Dynamo Platform.
type
:
application
version
:
0.
7.1
version
:
0.
8.0
home
:
https://nvidia.com
dependencies
:
-
name
:
dynamo-operator
...
...
deploy/helm/chart/Chart.yaml
View file @
7436e3bc
...
...
@@ -17,5 +17,5 @@ apiVersion: v2
name
:
dynamo-graph
description
:
A Helm chart to deploy a Dynamo graph on Kubernetes
type
:
application
version
:
0.7.1
appVersion
:
0.7.1
\ No newline at end of file
version
:
0.8.0
appVersion
:
0.8.0
\ No newline at end of file
docs/reference/support-matrix.md
View file @
7436e3bc
...
...
@@ -52,8 +52,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.
7.1
| >=2.28 | |
| ai-dynamo-runtime | 0.
7.1
| >=2.28 (Python 3.12 has known issues) | |
| ai-dynamo | 0.
8.0
| >=2.28 | |
| ai-dynamo-runtime | 0.
8.0
| >=2.28 (Python 3.12 has known issues) | |
| NIXL | 0.7.1 | >=2.27 | >=11.8 |
### Build Dependency
...
...
lib/bindings/kvbm/Cargo.lock
View file @
7436e3bc
...
...
@@ -1557,7 +1557,7 @@ checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
[[package]]
name = "dynamo-async-openai"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -1581,9 +1581,16 @@ dependencies = [
"uuid",
]
[[package]]
name = "dynamo-config"
version = "0.8.0"
dependencies = [
"anyhow",
]
[[package]]
name = "dynamo-llm"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -1677,7 +1684,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -1695,7 +1702,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -1712,6 +1719,7 @@ dependencies = [
"dashmap 6.1.0",
"derive-getters",
"derive_builder",
"dynamo-config",
"educe",
"either",
"etcd-client",
...
...
@@ -3491,7 +3499,7 @@ dependencies = [
[[package]]
name = "kvbm-py3"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"async-stream",
...
...
lib/bindings/kvbm/Cargo.toml
View file @
7436e3bc
...
...
@@ -5,7 +5,7 @@
[package]
name
=
"kvbm-py3"
version
=
"0.
7.1
"
version
=
"0.
8.0
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
lib/bindings/kvbm/pyproject.toml
View file @
7436e3bc
...
...
@@ -16,7 +16,7 @@
[project]
name
=
"kvbm"
version
=
"0.
7.1
"
version
=
"0.
8.0
"
description
=
"Dynamo KVBM"
readme
=
"README.md"
authors
=
[
...
...
lib/bindings/python/Cargo.lock
View file @
7436e3bc
...
...
@@ -1566,7 +1566,7 @@ checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
[[package]]
name = "dynamo-async-openai"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -1592,14 +1592,14 @@ dependencies = [
[[package]]
name = "dynamo-config"
version = "0.
7
.0"
version = "0.
8
.0"
dependencies = [
"anyhow",
]
[[package]]
name = "dynamo-llm"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -1694,7 +1694,7 @@ dependencies = [
[[package]]
name = "dynamo-memory"
version = "0.
7
.0"
version = "0.
8
.0"
dependencies = [
"anyhow",
"cudarc",
...
...
@@ -1710,7 +1710,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -1728,7 +1728,7 @@ dependencies = [
[[package]]
name = "dynamo-py3"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -1762,7 +1762,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -1779,6 +1779,7 @@ dependencies = [
"dashmap 6.1.0",
"derive-getters",
"derive_builder",
"dynamo-config",
"educe",
"either",
"etcd-client",
...
...
lib/bindings/python/Cargo.toml
View file @
7436e3bc
...
...
@@ -7,7 +7,7 @@
[package]
name
=
"dynamo-py3"
version
=
"0.
7.1
"
version
=
"0.
8.0
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
lib/bindings/python/pyproject.toml
View file @
7436e3bc
...
...
@@ -16,7 +16,7 @@
[project]
name
=
"ai-dynamo-runtime"
version
=
"0.
7.1
"
version
=
"0.
8.0
"
description
=
"Dynamo Inference Framework Runtime"
readme
=
"README.md"
authors
=
[
...
...
lib/runtime/examples/Cargo.lock
View file @
7436e3bc
...
...
@@ -871,9 +871,16 @@ version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
[[package]]
name = "dynamo-config"
version = "0.8.0"
dependencies = [
"anyhow",
]
[[package]]
name = "dynamo-runtime"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -890,6 +897,7 @@ dependencies = [
"dashmap",
"derive-getters",
"derive_builder",
"dynamo-config",
"educe",
"either",
"etcd-client",
...
...
@@ -1356,7 +1364,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hello_world"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"dynamo-runtime",
...
...
@@ -3455,7 +3463,7 @@ dependencies = [
[[package]]
name = "service_metrics"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"dynamo-runtime",
...
...
@@ -3642,7 +3650,7 @@ dependencies = [
[[package]]
name = "system_metrics"
version = "0.
7.1
"
version = "0.
8.0
"
dependencies = [
"anyhow",
"dynamo-runtime",
...
...
lib/runtime/examples/Cargo.toml
View file @
7436e3bc
...
...
@@ -10,7 +10,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.
7.1
"
version
=
"0.
8.0
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
7436e3bc
...
...
@@ -3,7 +3,7 @@
[project]
name
=
"ai-dynamo"
version
=
"0.
7.1
"
version
=
"0.
8.0
"
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.
7.1
"
,
"ai-dynamo-runtime==0.
8.0
"
,
"transformers>=4.56.0,<=4.57.1"
,
"pytest>=8.3.4"
,
"types-psutil>=7.0.0.20250218"
,
...
...
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