Follow individual examples under components/backends/ to serve models locally.
Follow individual examples under components/backends/ to serve models locally.
For example follow the [vLLM Backend Example](../../components/backends/vllm/README.md)
For a basic GPU - unaware example see the [Hello World Example](../../examples/runtime/hello_world/README.md)
## Deploying Examples to Kubernetes
## Deploying Examples to Kubernetes
...
@@ -14,14 +17,9 @@ Before you can deploy your graphs, you need to deploy the Dynamo Runtime and Dyn
...
@@ -14,14 +17,9 @@ Before you can deploy your graphs, you need to deploy the Dynamo Runtime and Dyn
If you are a **👤 Dynamo User** first follow the [Quickstart Guide](../guides/dynamo_deploy/quickstart.md) first.
If you are a **👤 Dynamo User** first follow the [Quickstart Guide](../guides/dynamo_deploy/quickstart.md) first.
### Instructions for Dynamo Contributor
### Instructions for Dynamo Contributor
If you are a **🧑💻 Dynamo Contributor** first follow the instructions in [deploy/cloud/helm/README.md](../../deploy/cloud/helm/README.md) to create your Dynamo Cloud deployment.
If you are a **🧑💻 Dynamo Contributor** you may have to rebuild the dynamo platform images as the code evolves.
For more details read the [Cloud Guide](../guides/dynamo_deploy/dynamo_cloud.md)
Read more on deploying Dynamo Cloud read [deploy/cloud/helm/README.md](../../deploy/cloud/helm/README.md).
You would have to rebuild the dynamo platform images as the code evolves. For more details please look at the [Cloud Guide](../guides/dynamo_deploy/dynamo_cloud.md)