Unverified Commit 553acb48 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

docs: Add pip install section to kvbm readme (#5423)


Signed-off-by: default avatarRyan McCormick <rmccormick@nvidia.com>
parent 6716de55
...@@ -29,7 +29,15 @@ The Dynamo KVBM is a distributed KV-cache block management system designed for s ...@@ -29,7 +29,15 @@ The Dynamo KVBM is a distributed KV-cache block management system designed for s
- **Runtime-Agnostic:** Works out-of-the-box with vLLM, TensorRT-LLM, and SGLang via lightweight connectors. - **Runtime-Agnostic:** Works out-of-the-box with vLLM, TensorRT-LLM, and SGLang via lightweight connectors.
- **Memory-Safe & Modular:** RAII lifecycle and pluggable design for reliability, portability, and backend extensibility. - **Memory-Safe & Modular:** RAII lifecycle and pluggable design for reliability, portability, and backend extensibility.
## Build and Installation ## Installation
```bash
pip install kvbm
```
See the [support matrix](../../../docs/reference/support-matrix.md) for version compatibility questions.
## Build from Source
The pip wheel is built through a Docker build process: The pip wheel is built through a Docker build process:
......
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