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: 4 additions & 2 deletions components/backends/vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@ For Kubernetes deployment, YAML manifests are provided in the `deploy/` director
#### Deploy to Kubernetes

Example with disagg:
Export the NAMESPACE you used in your Dynamo Cloud Installation.

```bash
cd ~/dynamo/components/backends/vllm/deploy
kubectl apply -f disagg.yaml
cd dynamo
cd components/backends/vllm/deploy
kubectl apply -f disagg.yaml -n $NAMESPACE
```

To change `DYN_LOG` level, edit the yaml file by adding
Expand Down
Loading