Unverified Commit 0715d469 authored by Harrison Saturley-Hall's avatar Harrison Saturley-Hall Committed by GitHub
Browse files

chore: bump NIXL version and package versions (#836)


Signed-off-by: default avatarHarrison Saturley-Hall <454891+saturley-hall@users.noreply.github.com>
parent 6ce428a5
This diff is collapsed.
......@@ -26,7 +26,7 @@ members = [
resolver = "3"
[workspace.package]
version = "0.1.1"
version = "0.2.0"
edition = "2021"
description = "Dynamo Inference Framework"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
......@@ -37,9 +37,9 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
[workspace.dependencies]
# Local crates
dynamo-runtime = { path = "lib/runtime", version = "0.1.1" }
dynamo-llm = { path = "lib/llm", version = "0.1.1" }
dynamo-tokens = { path = "lib/tokens", version = "0.1.1" }
dynamo-runtime = { path = "lib/runtime", version = "0.2.0" }
dynamo-llm = { path = "lib/llm", version = "0.2.0" }
dynamo-tokens = { path = "lib/tokens", version = "0.2.0" }
# External dependencies
anyhow = { version = "1" }
......
......@@ -62,7 +62,7 @@ VLLM_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
NONE_BASE_IMAGE="ubuntu"
NONE_BASE_IMAGE_TAG="24.04"
NIXL_COMMIT=3aa8133369566e9ce61301f7eb56ad79b7f4fd92
NIXL_COMMIT=3810b36b1ad0b647488e163f0f4e8dfc22ffabdf
NIXL_REPO=ai-dynamo/nixl.git
get_options() {
......
This diff is collapsed.
......@@ -19,7 +19,7 @@
[package]
name = "dynamo-py3"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["NVIDIA"]
license = "Apache-2.0"
......
......@@ -16,7 +16,7 @@
[project]
name = "ai-dynamo-runtime"
version = "0.1.1"
dynamic = ["version"]
description = "Dynamo Inference Framework Runtime"
readme = "README.md"
authors = [
......
This diff is collapsed.
......@@ -21,7 +21,7 @@ members = [
resolver = "3"
[workspace.package]
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["NVIDIA"]
license = "Apache-2.0"
......
......@@ -15,7 +15,7 @@
[project]
name = "ai-dynamo"
version = "0.1.1"
version = "0.2.0"
description = "Distributed Inference Framework"
readme = "README.md"
authors = [
......@@ -29,7 +29,7 @@ dependencies = [
"bentoml==1.4.8",
"types-psutil==7.0.0.20250218",
"kubernetes==32.0.1",
"ai-dynamo-runtime==0.1.1",
"ai-dynamo-runtime==0.2.0",
"distro",
"typer",
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment