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
6901c7c0
Unverified
Commit
6901c7c0
authored
Jul 03, 2025
by
Anant Sharma
Committed by
GitHub
Jul 03, 2025
Browse files
docs: merge changes from 0.3.1 release (#1543) (#1759)
Co-authored-by:
Kristen Kelleher
<
kkelleher@nvidia.com
>
parent
2f38e10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
docs/index.rst
docs/index.rst
+2
-14
No files found.
docs/index.rst
View file @
6901c7c0
...
...
@@ -62,19 +62,6 @@ Dive in: Examples
Presents TensorRT-LLM examples and reference implementations for deploying Large Language Models (LLMs) in various configurations.
Overview
--------
Dynamo is inference engine agnostic, supporting TRT-LLM, vLLM, SGLang, and others, and captures LLM-specific capabilities such as:
* **Disaggregated prefill & decode inference** - Maximizes GPU throughput and facilitates trade off between throughput and latency.
* **Dynamic GPU scheduling** - Optimizes performance based on fluctuating demand.
* **LLM-aware request routing** - Eliminates unnecessary KV cache re-computation.
* **Accelerated data transfer** - Reduces inference response time using NIXL.
* **KV cache offloading** - Leverages several memory hierarchies for higher system throughput.
Built in Rust for performance and in Python for extensibility, Dynamo is fully open-source
and is driven by a transparent development approach. Check out our repo at https://github.com/ai-dynamo/.
.. toctree::
:hidden:
...
...
@@ -120,6 +107,7 @@ and is driven by a transparent development approach. Check out our repo at https
Dynamo Cloud Kubernetes Platform <guides/dynamo_deploy/dynamo_cloud.md>
Deploying Dynamo Inference Graphs to Kubernetes using the Dynamo Cloud Platform <guides/dynamo_deploy/operator_deployment.md>
Manual Helm Deployment <guides/dynamo_deploy/manual_helm_deployment.md>
GKE Setup Guide <guides/dynamo_deploy/gke_setup.md>
Minikube Setup Guide <guides/dynamo_deploy/minikube.md>
Model Caching with Fluid <guides/dynamo_deploy/model_caching_with_fluid.md>
...
...
@@ -127,7 +115,7 @@ and is driven by a transparent development approach. Check out our repo at https
:hidden:
:caption: Benchmarking
Planner Benchmark Example <guides/planner_benchmark/
benchmark_planner
.md>
Planner Benchmark Example <guides/planner_benchmark/
README
.md>
.. toctree::
...
...
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