File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ extraPodSpec:
7474
7575Before using these templates, ensure you have:
7676
77- 1 . ** Dynamo Cloud Platform installed** - See [ Installing Dynamo Cloud] ( ../../../../docs/guides/dynamo_deploy/dynamo_cloud .md )
77+ 1 . ** Dynamo Cloud Platform installed** - See [ Installing Dynamo Cloud] ( ../../../../docs/guides/dynamo_deploy/installation_guide .md )
78782 . ** Kubernetes cluster with GPU support**
79793 . ** Container registry access** for SGLang runtime images
80804 . ** 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
146146
147147- ** Deployment Guide** : [ Creating Kubernetes Deployments] ( ../../../../docs/guides/dynamo_deploy/create_deployment.md )
148148- ** Quickstart** : [ Deployment Quickstart] ( ../../../../docs/guides/dynamo_deploy/README.md )
149- - ** Platform Setup** : [ Dynamo Cloud Installation] ( ../../../../docs/guides/dynamo_deploy/dynamo_cloud .md )
149+ - ** Platform Setup** : [ Dynamo Cloud Installation] ( ../../../../docs/guides/dynamo_deploy/installation_guide .md )
150150- ** Examples** : [ Deployment Examples] ( ../../../../docs/examples/README.md )
151151- ** Kubernetes CRDs** : [ Custom Resources Documentation] ( https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/ )
152152
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Configure the `model` name and `host` based on your deployment.
266266
267267- **Deployment Guide**: [Creating Kubernetes Deployments](../../../../docs/guides/dynamo_deploy/create_deployment.md)
268268- **Quickstart**: [Deployment Quickstart](../../../../docs/guides/dynamo_deploy/README.md)
269- - **Platform Setup**: [Dynamo Cloud Installation](../../../../docs/guides/dynamo_deploy/dynamo_cloud .md)
269+ - **Platform Setup**: [Dynamo Cloud Installation](../../../../docs/guides/dynamo_deploy/installation_guide .md)
270270- **Examples**: [Deployment Examples](../../../../docs/examples/README.md)
271271- **Architecture Docs**: [Disaggregated Serving](../../../../docs/architecture/disagg_serving.md), [KV-Aware Routing](../../../../docs/architecture/kv_cache_routing.md)
272272- **Multinode Deployment**: [Multinode Examples](../multinode/multinode-examples.md)
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ args:
236236
237237- **Deployment Guide**: [Creating Kubernetes Deployments](../../../../docs/guides/dynamo_deploy/create_deployment.md)
238238- **Quickstart**: [Deployment Quickstart](../../../../docs/guides/dynamo_deploy/README.md)
239- - **Platform Setup**: [Dynamo Cloud Installation](../../../../docs/guides/dynamo_deploy/dynamo_cloud .md)
239+ - **Platform Setup**: [Dynamo Cloud Installation](../../../../docs/guides/dynamo_deploy/installation_guide .md)
240240- **SLA Planner**: [SLA Planner Deployment Guide](../../../../docs/guides/dynamo_deploy/sla_planner_deployment.md)
241241- **Examples**: [Deployment Examples](../../../../docs/examples/README.md)
242242- **Architecture Docs**: [Disaggregated Serving](../../../../docs/architecture/disagg_serving.md), [KV-Aware Routing](../../../../docs/architecture/kv_cache_routing.md)
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ git clone https://github.com/ai-dynamo/dynamo.git
9090cd dynamo
9191```
9292
93- 2 . Install Dynamo from Published Artifacts on NGC (see the [ Dynamo Cloud guide] ( ../../../docs/guides/dynamo_deploy/dynamo_cloud .md ) ):
93+ 2 . Install Dynamo from Published Artifacts on NGC (see the [ Dynamo Cloud guide] ( ../../../docs/guides/dynamo_deploy/installation_guide .md ) ):
9494``` bash
9595export NAMESPACE=dynamo-cloud
9696export RELEASE_VERSION=0.3.2
@@ -124,7 +124,7 @@ dynamo-platform-nats-0 2/2 Runnin
124124dynamo-platform-nats-box-5dbf45c748-kln82 1/1 Running 0 2m51s
125125```
126126
127- There are other ways to install Dynamo, you can find them [ here] ( ../../../docs/guides/dynamo_deploy/dynamo_cloud .md ) .
127+ There are other ways to install Dynamo, you can find them [ here] ( ../../../docs/guides/dynamo_deploy/installation_guide .md ) .
128128
129129### Task 4. Deploy a model
130130
You can’t perform that action at this time.
0 commit comments