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
553acb48
Unverified
Commit
553acb48
authored
Jan 14, 2026
by
Ryan McCormick
Committed by
GitHub
Jan 14, 2026
Browse files
docs: Add pip install section to kvbm readme (#5423)
Signed-off-by:
Ryan McCormick
<
rmccormick@nvidia.com
>
parent
6716de55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
lib/bindings/kvbm/README.md
lib/bindings/kvbm/README.md
+9
-1
No files found.
lib/bindings/kvbm/README.md
View file @
553acb48
...
@@ -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:
...
...
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