We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3f63e commit 242e9c1Copy full SHA for 242e9c1
docs/source/tutorials/disagg.rst
@@ -134,7 +134,7 @@ Install the deployment using Helm with the configuration file:
134
135
.. code-block:: bash
136
137
- helm install pd helm/ -f tutorials/assets/values-16-disagg-prefill.yaml
+ helm install vllm helm/ -f tutorials/assets/values-16-disagg-prefill.yaml
138
139
This will deploy:
140
@@ -172,7 +172,7 @@ First do port forwarding to access the service:
172
173
174
175
- kubectl port-forward svc/pd-router-service 30080:80
+ kubectl port-forward svc/vllm-router-service 30080:80
176
177
And then send a request to the router by:
178
0 commit comments