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
3ea3d59b
Unverified
Commit
3ea3d59b
authored
Sep 09, 2025
by
nv-nmailhot
Committed by
GitHub
Sep 09, 2025
Browse files
docs: fix broken links (#2965)
parent
939ede86
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
components/backends/sglang/deploy/README.md
components/backends/sglang/deploy/README.md
+2
-2
components/backends/trtllm/deploy/README.md
components/backends/trtllm/deploy/README.md
+1
-1
components/backends/vllm/deploy/README.md
components/backends/vllm/deploy/README.md
+1
-1
examples/deployments/AKS/AKS-deployment.md
examples/deployments/AKS/AKS-deployment.md
+2
-2
No files found.
components/backends/sglang/deploy/README.md
View file @
3ea3d59b
...
...
@@ -74,7 +74,7 @@ extraPodSpec:
Before using these templates, ensure you have:
1.
**Dynamo Cloud Platform installed**
- See
[
Installing Dynamo Cloud
](
../../../../docs/guides/dynamo_deploy/
dynamo_cloud
.md
)
1.
**Dynamo Cloud Platform installed**
- See
[
Installing Dynamo Cloud
](
../../../../docs/guides/dynamo_deploy/
installation_guide
.md
)
2.
**Kubernetes cluster with GPU support**
3.
**Container registry access**
for SGLang runtime images
4.
**HuggingFace token secret**
(referenced as
`envFromSecret: hf-token-secret`
)
...
...
@@ -146,7 +146,7 @@ All templates use **DeepSeek-R1-Distill-Llama-8B** as the default model. But you
-
**Deployment Guide**
:
[
Creating Kubernetes Deployments
](
../../../../docs/guides/dynamo_deploy/create_deployment.md
)
-
**Quickstart**
:
[
Deployment Quickstart
](
../../../../docs/guides/dynamo_deploy/README.md
)
-
**Platform Setup**
:
[
Dynamo Cloud Installation
](
../../../../docs/guides/dynamo_deploy/
dynamo_cloud
.md
)
-
**Platform Setup**
:
[
Dynamo Cloud Installation
](
../../../../docs/guides/dynamo_deploy/
installation_guide
.md
)
-
**Examples**
:
[
Deployment Examples
](
../../../../docs/examples/README.md
)
-
**Kubernetes CRDs**
:
[
Custom Resources Documentation
](
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
)
...
...
components/backends/trtllm/deploy/README.md
View file @
3ea3d59b
...
...
@@ -266,7 +266,7 @@ Configure the `model` name and `host` based on your deployment.
-
**Deployment Guide**
:
[
Creating Kubernetes Deployments
](
../../../../docs/guides/dynamo_deploy/create_deployment.md
)
-
**Quickstart**
:
[
Deployment Quickstart
](
../../../../docs/guides/dynamo_deploy/README.md
)
-
**Platform Setup**
:
[
Dynamo Cloud Installation
](
../../../../docs/guides/dynamo_deploy/
dynamo_cloud
.md
)
-
**Platform Setup**
:
[
Dynamo Cloud Installation
](
../../../../docs/guides/dynamo_deploy/
installation_guide
.md
)
-
**Examples**
:
[
Deployment Examples
](
../../../../docs/examples/README.md
)
-
**Architecture Docs**
:
[
Disaggregated Serving
](
../../../../docs/architecture/disagg_serving.md
)
,
[
KV-Aware Routing
](
../../../../docs/architecture/kv_cache_routing.md
)
-
**Multinode Deployment**
:
[
Multinode Examples
](
../multinode/multinode-examples.md
)
...
...
components/backends/vllm/deploy/README.md
View file @
3ea3d59b
...
...
@@ -236,7 +236,7 @@ args:
-
**Deployment Guide**
:
[
Creating Kubernetes Deployments
](
../../../../docs/guides/dynamo_deploy/create_deployment.md
)
-
**Quickstart**
:
[
Deployment Quickstart
](
../../../../docs/guides/dynamo_deploy/README.md
)
-
**Platform Setup**
:
[
Dynamo Cloud Installation
](
../../../../docs/guides/dynamo_deploy/
dynamo_cloud
.md
)
-
**Platform Setup**
:
[
Dynamo Cloud Installation
](
../../../../docs/guides/dynamo_deploy/
installation_guide
.md
)
-
**SLA Planner**
:
[
SLA Planner Deployment Guide
](
../../../../docs/guides/dynamo_deploy/sla_planner_deployment.md
)
-
**Examples**
:
[
Deployment Examples
](
../../../../docs/examples/README.md
)
-
**Architecture Docs**
:
[
Disaggregated Serving
](
../../../../docs/architecture/disagg_serving.md
)
,
[
KV-Aware Routing
](
../../../../docs/architecture/kv_cache_routing.md
)
...
...
examples/deployments/AKS/AKS-deployment.md
View file @
3ea3d59b
...
...
@@ -90,7 +90,7 @@ git clone https://github.com/ai-dynamo/dynamo.git
cd
dynamo
```
2.
Install Dynamo from Published Artifacts on NGC (see the
[
Dynamo Cloud guide
](
../../../docs/guides/dynamo_deploy/
dynamo_cloud
.md
)
):
2.
Install Dynamo from Published Artifacts on NGC (see the
[
Dynamo Cloud guide
](
../../../docs/guides/dynamo_deploy/
installation_guide
.md
)
):
```
bash
export
NAMESPACE
=
dynamo-cloud
export
RELEASE_VERSION
=
0.3.2
...
...
@@ -124,7 +124,7 @@ dynamo-platform-nats-0 2/2 Runnin
dynamo-platform-nats-box-5dbf45c748-kln82 1/1 Running 0 2m51s
```
There are other ways to install Dynamo, you can find them
[
here
](
../../../docs/guides/dynamo_deploy/
dynamo_cloud
.md
)
.
There are other ways to install Dynamo, you can find them
[
here
](
../../../docs/guides/dynamo_deploy/
installation_guide
.md
)
.
### Task 4. Deploy a model
...
...
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