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
"vscode:/vscode.git/clone" did not exist on "1042c552ada15af5535e4cd3aa7989407167705c"
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
Hide 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 = [
[[package]]
name = "dynamo-engine-llamacpp"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"async-stream",
"dynamo-llm",
...
...
@@ -1859,7 +1859,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-mistralrs"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1877,7 +1877,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"ahash",
"akin",
...
...
@@ -1954,7 +1954,7 @@ dependencies = [
[[package]]
name = "dynamo-run"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1983,7 +1983,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -2039,7 +2039,7 @@ dependencies = [
[[package]]
name = "dynamo-tokens"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"bytemuck",
"derive-getters",
...
...
@@ -3808,7 +3808,7 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]]
name = "libdynamo_llm"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"async-once-cell",
...
...
@@ -4105,7 +4105,7 @@ dependencies = [
[[package]]
name = "metrics"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"axum 0.6.20",
"clap 4.5.40",
...
...
@@ -5921,7 +5921,7 @@ dependencies = [
[[package]]
name = "router"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"clap 4.5.40",
"dynamo-llm",
...
...
Cargo.toml
View file @
4c90b1b9
...
...
@@ -15,7 +15,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.
3.2
"
version
=
"0.
4.0
"
edition
=
"2021"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
...
@@ -26,9 +26,9 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
[workspace.dependencies]
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
3.2
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
3.2
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
3.2
"
}
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.
4.0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.
4.0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.
4.0
"
}
# External dependencies
anyhow
=
{
version
=
"1"
}
...
...
deploy/helm/chart/Chart.yaml
View file @
4c90b1b9
...
...
@@ -17,5 +17,5 @@ apiVersion: v2
name
:
dynamo-graph
description
:
A Helm chart to deploy a Dynamo graph on Kubernetes
type
:
application
version
:
0.
3.2
appVersion
:
0.
3.2
version
:
0.
4.0
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
|
**Python Package**
|
**Version**
| glibc version | CUDA Version |
| :----------------- | :------------ | :----------------------------------- | :----------- |
| ai-dynamo | 0.
3.2
| >=2.28 | |
| ai-dynamo-runtime | 0.
3.2
| >=2.28 (Python 3.12 has known issues)| |
| NIXL | 0.
4
.0 | >=2.27 | >=11.8 |
| ai-dynamo | 0.
4.0
| >=2.28 | |
| ai-dynamo-runtime | 0.
4.0
| >=2.28 (Python 3.12 has known issues)| |
| NIXL | 0.
5
.0 | >=2.27 | >=11.8 |
### Build Dependency
...
...
lib/bindings/python/Cargo.lock
View file @
4c90b1b9
...
...
@@ -1169,7 +1169,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"ahash",
"akin",
...
...
@@ -1235,7 +1235,7 @@ dependencies = [
[[package]]
name = "dynamo-py3"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"async-openai",
...
...
@@ -1262,7 +1262,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
lib/bindings/python/Cargo.toml
View file @
4c90b1b9
...
...
@@ -19,7 +19,7 @@
[package]
name
=
"dynamo-py3"
version
=
"0.
3.2
"
version
=
"0.
4.0
"
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
lib/runtime/examples/Cargo.lock
View file @
4c90b1b9
...
...
@@ -683,7 +683,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -1060,7 +1060,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hello_world"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"dynamo-runtime",
]
...
...
@@ -2548,7 +2548,7 @@ dependencies = [
[[package]]
name = "service_metrics"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"dynamo-runtime",
"futures",
...
...
@@ -2724,7 +2724,7 @@ dependencies = [
[[package]]
name = "system_metrics"
version = "0.
3.2
"
version = "0.
4.0
"
dependencies = [
"dynamo-runtime",
"futures",
...
...
lib/runtime/examples/Cargo.toml
View file @
4c90b1b9
...
...
@@ -22,7 +22,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.
3.2
"
version
=
"0.
4.0
"
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
4c90b1b9
...
...
@@ -15,7 +15,7 @@
[project]
name
=
"ai-dynamo"
version
=
"0.
3.2
"
version
=
"0.
4.0
"
description
=
"Distributed Inference Framework"
readme
=
"README.md"
authors
=
[
...
...
@@ -25,7 +25,7 @@ license = { text = "Apache-2.0" }
license-files
=
["LICENSE"]
requires-python
=
">=3.10"
dependencies
=
[
"ai-dynamo-runtime==0.
3.2
"
,
"ai-dynamo-runtime==0.
4.0
"
,
"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