Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/dynamo_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Dynamo Cloud acts as an orchestration layer between the end user and Kubernetes,

We provide a Custom Resource YAML file for many examples under the components/backends/{engine}/deploy folders. Consult the examples below for the CRs for a specific inference backend.

[View SGLang K8s](../../components/backends/sglang/deploy/README.md)
[View SGLang K8s](../../../components/backends/sglang/deploy/README.md)

[View vLLM K8s](../../components/backends/vllm/deploy/README.md)
[View vLLM K8s](../../../components/backends/vllm/deploy/README.md)

[View TRT-LLM K8s](../../components/backends/trtllm/deploy/README.md)
[View TRT-LLM K8s](../../../components/backends/trtllm/deploy/README.md)

### Deploying a particular example

Expand Down