Skip to content

Commit d606bd3

Browse files
committed
Merge branch 'main' of github.com:ai-dynamo/dynamo into hannahz-add-pynvml
2 parents 43fabbb + 281a69e commit d606bd3

File tree

108 files changed

+5859
-710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+5859
-710
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ members = [
2828
resolver = "3"
2929

3030
[workspace.package]
31-
version = "0.3.0"
31+
version = "0.3.1"
3232
edition = "2021"
3333
description = "Dynamo Inference Framework"
3434
authors = ["NVIDIA Inc. <[email protected]>"]
@@ -39,9 +39,9 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
3939

4040
[workspace.dependencies]
4141
# Local crates
42-
dynamo-runtime = { path = "lib/runtime", version = "0.3.0" }
43-
dynamo-llm = { path = "lib/llm", version = "0.3.0" }
44-
dynamo-tokens = { path = "lib/tokens", version = "0.3.0" }
42+
dynamo-runtime = { path = "lib/runtime", version = "0.3.1" }
43+
dynamo-llm = { path = "lib/llm", version = "0.3.1" }
44+
dynamo-tokens = { path = "lib/tokens", version = "0.3.1" }
4545

4646
# External dependencies
4747
anyhow = { version = "1" }

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ limitations under the License.
1919
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
2020
[![GitHub Release](https://img.shields.io/github/v/release/ai-dynamo/dynamo)](https://github.com/ai-dynamo/dynamo/releases/latest)
2121
[![Discord](https://dcbadge.limes.pink/api/server/D92uqZRjCZ?style=flat)](https://discord.gg/nvidia-dynamo)
22+
[![Ask DeepUncyclo](https://deepwiki.com/badge.svg)](https://deepwiki.com/ai-dynamo/dynamo)
2223

23-
| **[Roadmap](https://github.com/ai-dynamo/dynamo/issues/762)** | **[User Guides](https://docs.nvidia.com/dynamo/latest/index.html)** | **[Support Matrix](docs/support_matrix.md)** | **[Architecture and Features](docs/architecture/architecture.md)** | **[APIs](lib/bindings/python/README.md)** | **[SDK](deploy/dynamo/sdk/README.md)** |
24-
25-
### 📢 **Please join us for our** [ **first Dynamo in-person meetup with vLLM and SGLang leads**](https://events.nvidia.com/nvidiadynamousermeetups) **on 6/5 (Thu) in SF!** ###
26-
24+
| **[Roadmap](https://github.com/ai-dynamo/dynamo/issues/762)** | **[Documentation](https://docs.nvidia.com/dynamo/latest/index.html)** | **[Examples](https://github.com/ai-dynamo/examples)** | **[Design Proposals](https://github.com/ai-dynamo/enhancements)** |
2725

2826
### The Era of Multi-Node, Multi-GPU
2927

benchmarks/llm/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
-->
14+
15+
[../../examples/llm/benchmarks/README.md](../../examples/llm/benchmarks/README.md)
File renamed without changes.

0 commit comments

Comments
 (0)