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
980727bb
Unverified
Commit
980727bb
authored
Sep 24, 2025
by
Harrison Saturley-Hall
Committed by
GitHub
Sep 24, 2025
Browse files
chore: bump versions ahead of 0.5.1 release (#3209)
Signed-off-by:
Harrison Saturley-Hall
<
hsaturleyhal@nvidia.com
>
parent
7c620812
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
32 deletions
+33
-32
Cargo.lock
Cargo.lock
+10
-10
Cargo.toml
Cargo.toml
+7
-6
docs/support_matrix.md
docs/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 @
980727bb
...
...
@@ -1996,7 +1996,7 @@ dependencies = [
[[package]]
name = "dynamo-async-openai"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -2024,7 +2024,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-llamacpp"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"async-stream",
"dynamo-llm",
...
...
@@ -2036,7 +2036,7 @@ dependencies = [
[[package]]
name = "dynamo-engine-mistralrs"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -2054,7 +2054,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -2148,7 +2148,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -2166,7 +2166,7 @@ dependencies = [
[[package]]
name = "dynamo-run"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -2195,7 +2195,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -2253,7 +2253,7 @@ dependencies = [
[[package]]
name = "dynamo-tokens"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"bytemuck",
"derive-getters",
...
...
@@ -4145,7 +4145,7 @@ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
[[package]]
name = "libdynamo_llm"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"async-once-cell",
...
...
@@ -4544,7 +4544,7 @@ dependencies = [
[[package]]
name = "metrics"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"axum 0.8.4",
"clap 4.5.46",
...
...
Cargo.toml
View file @
980727bb
...
...
@@ -16,7 +16,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.5.
0
"
version
=
"0.5.
1
"
edition
=
"2024"
description
=
"Dynamo Inference Framework"
authors
=
[
"NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"
]
...
...
@@ -27,14 +27,15 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
[workspace.dependencies]
# Local crates
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.5.
0
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.5.
0
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.5.
0
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.5.
0
"
,
features
=
[
dynamo-runtime
=
{
path
=
"lib/runtime"
,
version
=
"0.5.
1
"
}
dynamo-llm
=
{
path
=
"lib/llm"
,
version
=
"0.5.
1
"
}
dynamo-tokens
=
{
path
=
"lib/tokens"
,
version
=
"0.5.
1
"
}
dynamo-async-openai
=
{
path
=
"lib/async-openai"
,
version
=
"0.5.
1
"
,
features
=
[
"byot"
,
"rustls"
,
]
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.5.0"
}
dynamo-parsers
=
{
path
=
"lib/parsers"
,
version
=
"0.5.1"
}
# External dependencies
anyhow
=
{
version
=
"1"
}
...
...
docs/support_matrix.md
View file @
980727bb
...
...
@@ -58,8 +58,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.5.
0
| >=2.28 | |
| ai-dynamo-runtime | 0.5.
0
| >=2.28 (Python 3.12 has known issues)| |
| ai-dynamo | 0.5.
1
| >=2.28 | |
| ai-dynamo-runtime | 0.5.
1
| >=2.28 (Python 3.12 has known issues)| |
| NIXL | 0.4.1 | >=2.27 | >=11.8 |
### Build Dependency
...
...
lib/bindings/python/Cargo.lock
View file @
980727bb
...
...
@@ -1353,7 +1353,7 @@ dependencies = [
[[package]]
name = "dynamo-async-openai"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"async-openai-macros",
"backoff",
...
...
@@ -1379,7 +1379,7 @@ dependencies = [
[[package]]
name = "dynamo-llm"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"ahash",
"aho-corasick",
...
...
@@ -1459,7 +1459,7 @@ dependencies = [
[[package]]
name = "dynamo-parsers"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"dynamo-async-openai",
...
...
@@ -1477,7 +1477,7 @@ dependencies = [
[[package]]
name = "dynamo-py3"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"async-stream",
...
...
@@ -1513,7 +1513,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"arc-swap",
...
...
lib/bindings/python/Cargo.toml
View file @
980727bb
...
...
@@ -7,7 +7,7 @@
[package]
name
=
"dynamo-py3"
version
=
"0.5.
0
"
version
=
"0.5.
1
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
lib/bindings/python/pyproject.toml
View file @
980727bb
...
...
@@ -16,7 +16,7 @@
[project]
name
=
"ai-dynamo-runtime"
version
=
"0.5.
0
"
version
=
"0.5.
1
"
description
=
"Dynamo Inference Framework Runtime"
readme
=
"README.md"
authors
=
[
...
...
lib/runtime/examples/Cargo.lock
View file @
980727bb
...
...
@@ -657,7 +657,7 @@ dependencies = [
[[package]]
name = "dynamo-runtime"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"arc-swap",
...
...
@@ -1030,7 +1030,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hello_world"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"dynamo-runtime",
]
...
...
@@ -2502,7 +2502,7 @@ dependencies = [
[[package]]
name = "service_metrics"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"dynamo-runtime",
"futures",
...
...
@@ -2678,7 +2678,7 @@ dependencies = [
[[package]]
name = "system_metrics"
version = "0.5.
0
"
version = "0.5.
1
"
dependencies = [
"anyhow",
"dynamo-runtime",
...
...
lib/runtime/examples/Cargo.toml
View file @
980727bb
...
...
@@ -10,7 +10,7 @@ members = [
resolver
=
"3"
[workspace.package]
version
=
"0.5.
0
"
version
=
"0.5.
1
"
edition
=
"2024"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
pyproject.toml
View file @
980727bb
...
...
@@ -3,7 +3,7 @@
[project]
name
=
"ai-dynamo"
version
=
"0.5.
0
"
version
=
"0.5.
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.5.
0
"
,
"ai-dynamo-runtime==0.5.
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