diff --git a/components/backends/sglang/deploy/README.md b/components/backends/sglang/deploy/README.md index cd7715bc81..0b25049edd 100644 --- a/components/backends/sglang/deploy/README.md +++ b/components/backends/sglang/deploy/README.md @@ -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/) diff --git a/components/backends/trtllm/deploy/README.md b/components/backends/trtllm/deploy/README.md index 214a89ff24..6226f72450 100644 --- a/components/backends/trtllm/deploy/README.md +++ b/components/backends/trtllm/deploy/README.md @@ -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) diff --git a/components/backends/vllm/deploy/README.md b/components/backends/vllm/deploy/README.md index 52f3d9d0b3..e75339abe4 100644 --- a/components/backends/vllm/deploy/README.md +++ b/components/backends/vllm/deploy/README.md @@ -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) diff --git a/examples/deployments/AKS/AKS-deployment.md b/examples/deployments/AKS/AKS-deployment.md index 1566df5158..dff829e64c 100644 --- a/examples/deployments/AKS/AKS-deployment.md +++ b/examples/deployments/AKS/AKS-deployment.md @@ -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