You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,19 @@ Learn fundamental Dynamo concepts through these introductory examples:
34
34
35
35
These examples show how Dynamo broadly works using major inference engines.
36
36
37
-
If you want to see advanced, framework-specific deployment patterns and best practices, check out the [Examples Backends](../examples/backends/) directory:
38
-
-**[vLLM](backends/vllm/)** – vLLM-specific deployment and configuration
39
-
-**[SGLang](backends/sglang/)** – SGLang integration examples and workflows
40
-
-**[TensorRT-LLM](backends/trtllm/)** – TensorRT-LLM workflows and optimizations
37
+
If you want to see advanced, framework-specific deployment patterns and best practices, check out the [Examples Backends](/examples/backends/) directory:
38
+
-**[vLLM](/examples/backends/vllm/)** – vLLM-specific deployment and configuration
39
+
-**[SGLang](/examples/backends/sglang/)** – SGLang integration examples and workflows
40
+
-**[TensorRT-LLM](/examples/backends/trtllm/)** – TensorRT-LLM workflows and optimizations
41
41
42
42
## Deployment Examples
43
43
44
44
Platform-specific deployment guides for production environments:
45
45
46
-
-**[Amazon EKS](deployments/EKS/)** - Deploy Dynamo on Amazon Elastic Kubernetes Service
47
-
-**[Azure AKS](deployments/AKS/)** - Deploy Dynamo on Azure Kubernetes Service
48
-
-**[Amazon ECS](deployments/ECS/)** - Deploy Dynamo on Amazon Elastic Container Service
0 commit comments