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
24cb926e
Unverified
Commit
24cb926e
authored
Jul 25, 2025
by
atchernych
Committed by
GitHub
Jul 25, 2025
Browse files
docs: Clean index.rst (#2104)
parent
a2cb1c33
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
18 deletions
+25
-18
docs/components/backends/llm/README.md
docs/components/backends/llm/README.md
+1
-0
docs/components/backends/sglang/docs/multinode-examples.md
docs/components/backends/sglang/docs/multinode-examples.md
+1
-0
docs/components/backends/trtllm/README.md
docs/components/backends/trtllm/README.md
+1
-0
docs/components/backends/vllm/README.md
docs/components/backends/vllm/README.md
+1
-0
docs/deploy/metrics/docker-compose.yml
docs/deploy/metrics/docker-compose.yml
+1
-0
docs/examples/runtime/hello_world/README.md
docs/examples/runtime/hello_world/README.md
+1
-0
docs/guides/dynamo_deploy/operator_deployment.md
docs/guides/dynamo_deploy/operator_deployment.md
+1
-0
docs/guides/dynamo_deploy/quickstart.md
docs/guides/dynamo_deploy/quickstart.md
+1
-1
docs/index.rst
docs/index.rst
+17
-17
No files found.
docs/components/backends/llm/README.md
0 → 120000
View file @
24cb926e
../../../../components/backends/llm/README.md
\ No newline at end of file
docs/components/backends/sglang/docs/multinode-examples.md
0 → 120000
View file @
24cb926e
../../../../../components/backends/sglang/docs/multinode-examples.md
\ No newline at end of file
docs/components/backends/trtllm/README.md
0 → 120000
View file @
24cb926e
../../../../components/backends/trtllm/README.md
\ No newline at end of file
docs/components/backends/vllm/README.md
0 → 120000
View file @
24cb926e
../../../../components/backends/vllm/README.md
\ No newline at end of file
docs/deploy/metrics/docker-compose.yml
0 → 120000
View file @
24cb926e
../../../deploy/metrics/docker-compose.yml
\ No newline at end of file
docs/examples/runtime/hello_world/README.md
0 → 120000
View file @
24cb926e
../../../../examples/runtime/hello_world/README.md
\ No newline at end of file
docs/guides/dynamo_deploy/operator_deployment.md
0 → 120000
View file @
24cb926e
../../../guides/dynamo_deploy/operator_deployment.md
\ No newline at end of file
docs/guides/dynamo_deploy/quickstart.md
View file @
24cb926e
...
@@ -67,7 +67,7 @@ Ensure you have the source code checked out and are in the `dynamo` directory:
...
@@ -67,7 +67,7 @@ Ensure you have the source code checked out and are in the `dynamo` directory:
### Set Environment Variables
### Set Environment Variables
Our examples use the
[
`nvcr.io`
](
nvcr.io/nvidia/ai-dynamo/
)
but you can setup your own values if you use another docker registry.
Our examples use the
[
`nvcr.io`
](
https://
nvcr.io/nvidia/ai-dynamo/
)
but you can setup your own values if you use another docker registry.
```
bash
```
bash
export
NAMESPACE
=
dynamo-cloud
# or whatever you prefer.
export
NAMESPACE
=
dynamo-cloud
# or whatever you prefer.
...
...
docs/index.rst
View file @
24cb926e
...
@@ -45,26 +45,26 @@ The examples below assume you build the latest image yourself from source. If us
...
@@ -45,26 +45,26 @@ The examples below assume you build the latest image yourself from source. If us
:margin: 0
:margin: 0
:padding: 3 4 0 0
:padding: 3 4 0 0
.. grid-item-card:: :doc:`Hello World <
/
examples/hello_world>`
.. grid-item-card:: :doc:`Hello World <examples/
runtime/
hello_world
/README
>`
:link:
/
examples/hello_world
:link: examples/
runtime/
hello_world
/README
:link-type: doc
:link-type: doc
Demonstrates the basic concepts of Dynamo by creating a simple
multi-service pipeline.
Demonstrates the basic concepts of Dynamo by creating a simple
GPU-unaware graph
.. grid-item-card:: :doc:`LLM
Deployment </example
s/llm
_deployment
>`
.. grid-item-card:: :doc:`LLM
Serving with VLLM <components/backend
s/
v
llm
/README
>`
:link:
/example
s/llm
_deployment
:link:
components/backend
s/
v
llm
/README
:link-type: doc
:link-type: doc
Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations.
Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations
with VLLM
.
.. grid-item-card:: :doc:`Multinode
</example
s/multinode>`
.. grid-item-card:: :doc:`Multinode
with SGLang <components/backends/sglang/doc
s/multinode
-examples
>`
:link:
/example
s/multinode
:link:
components/backends/sglang/doc
s/multinode
-examples
:link-type: doc
:link-type: doc
Demonstrates
deployment for
disaggregated serving on
3 nodes using `nvidia/Llama-3.1-405B-Instruct-FP8`
.
Demonstrates disaggregated serving on
several nodes
.
.. grid-item-card:: :doc:`TensorRT-LLM <
/example
s/trtllm>`
.. grid-item-card:: :doc:`TensorRT-LLM <
components/backend
s/trtllm
/README
>`
:link:
/example
s/trtllm
:link:
components/backend
s/trtllm
/README
:link-type: doc
:link-type: doc
Presents TensorRT-LLM examples and reference implementations for deploying Large Language Models (LLMs) in various configurations.
Presents TensorRT-LLM examples and reference implementations for deploying Large Language Models (LLMs) in various configurations.
...
@@ -110,7 +110,7 @@ The examples below assume you build the latest image yourself from source. If us
...
@@ -110,7 +110,7 @@ The examples below assume you build the latest image yourself from source. If us
Dynamo Deploy Quickstart <guides/dynamo_deploy/quickstart.md>
Dynamo Deploy Quickstart <guides/dynamo_deploy/quickstart.md>
Dynamo Cloud Kubernetes Platform <guides/dynamo_deploy/dynamo_cloud.md>
Dynamo Cloud Kubernetes Platform <guides/dynamo_deploy/dynamo_cloud.md>
Manual Helm Deployment <
guides/dynamo_deploy/manual_helm_deployment
.md>
Manual Helm Deployment <
deploy/helm/README
.md>
GKE Setup Guide <guides/dynamo_deploy/gke_setup.md>
GKE Setup Guide <guides/dynamo_deploy/gke_setup.md>
Minikube Setup Guide <guides/dynamo_deploy/minikube.md>
Minikube Setup Guide <guides/dynamo_deploy/minikube.md>
Model Caching with Fluid <guides/dynamo_deploy/model_caching_with_fluid.md>
Model Caching with Fluid <guides/dynamo_deploy/model_caching_with_fluid.md>
...
@@ -126,22 +126,22 @@ The examples below assume you build the latest image yourself from source. If us
...
@@ -126,22 +126,22 @@ The examples below assume you build the latest image yourself from source. If us
:hidden:
:hidden:
:caption: API
:caption: API
Python API <API/python_bindings.md>
NIXL Connect API <API/nixl_connect/README.md>
NIXL Connect API <API/nixl_connect/README.md>
.. toctree::
.. toctree::
:hidden:
:hidden:
:caption: Examples
:caption: Examples
Aggregated and Disaggregated Deployment <examples/disagg_skeleton
.md>
Hello World <examples/runtime/hello_world/README
.md>
LLM Deployment Examples
<example
s/llm
_deployment
.md>
LLM Deployment Examples
using VLLM <components/backend
s/
v
llm
/README
.md>
Multinode Examples
<example
s/multinode.md>
Multinode Examples
using SGLang <components/backends/sglang/doc
s/multinode
-examples
.md>
LLM Deployment Examples using TensorRT-LLM <
example
s/trtllm.md>
LLM Deployment Examples using TensorRT-LLM <
components/backend
s/trtllm
/README
.md>
.. toctree::
.. toctree::
:hidden:
:hidden:
:caption: Reference
:caption: Reference
Glossary <dynamo_glossary.md>
Glossary <dynamo_glossary.md>
KVBM Reading <architecture/kvbm_reading.md>
KVBM Reading <architecture/kvbm_reading.md>
...
...
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