Unverified Commit 1da05309 authored by Kristen Kelleher's avatar Kristen Kelleher Committed by GitHub
Browse files

merging docs: fix DIS-133 and NvB 5322259 (#1518) to main

parent 40ca062f
......@@ -26,6 +26,38 @@ It offers:
The Dynamo KV Block Manager serves as a reference implementation that emphasizes modularity and extensibility. Its pluggable design enables developers to customize components and optimize for specific performance, memory, and deployment needs.
.. list-table::
:widths: 20 5 75
:header-rows: 1
* -
-
- Feature
* - **Backend**
- ✅
- Local
* -
- ✅
- Kubernetes
* - **LLM Framework**
- ✅
- vLLM
* -
- ❌
- TensorRT-LLM
* -
- ❌
- SGLang
* -
- ❌
- llama.cpp
* - **Serving Type**
- ✅
- Aggregated
* -
- ✅
- Disaggregated
.. toctree::
:hidden:
......
......@@ -65,8 +65,8 @@ Where:
- `<CONTAINER_REGISTRY>`: Your container registry (e.g., `nvcr.io`, `docker.io/<your-username>`, etc.)
- `<TAG>`: The version tag for your images (e.g., `latest`, `0.0.1`, `v1.0.0`)
```{important}
Make sure you're logged in to your container registry before pushing images:
**Important** Make sure you're logged in to your container registry before pushing images. For example:
```bash
docker login <CONTAINER_REGISTRY>
```
......
......@@ -22,7 +22,7 @@ The NVIDIA Dynamo Platform is a high-performance, low-latency inference framewor
.. admonition:: 💎 Discover the latest developments!
:class: seealso
This guide is a snapshot of the `Dynamo GitHub Repository <https://github.com/ai-dynamo/dynamo>`_ for a specific release. For the latest information and examples, see:
This guide is a snapshot of the `Dynamo GitHub Repository <https://github.com/ai-dynamo/dynamo>`_ at a specific point in time. For the latest information and examples, see:
- `Dynamo README <https://github.com/ai-dynamo/dynamo/blob/main/README.md>`_
- `Architecture and features doc <https://github.com/ai-dynamo/dynamo/blob/main/docs/architecture/>`_
......
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