Skip to content

Commit 242e9c1

Browse files
authored
Minor fix in disagg prefill doc (#539)
Signed-off-by: YuhanLiu11 <[email protected]>
1 parent 3e3f63e commit 242e9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorials/disagg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Install the deployment using Helm with the configuration file:
134134

135135
.. code-block:: bash
136136
137-
helm install pd helm/ -f tutorials/assets/values-16-disagg-prefill.yaml
137+
helm install vllm helm/ -f tutorials/assets/values-16-disagg-prefill.yaml
138138
139139
This will deploy:
140140

@@ -172,7 +172,7 @@ First do port forwarding to access the service:
172172

173173
.. code-block:: bash
174174
175-
kubectl port-forward svc/pd-router-service 30080:80
175+
kubectl port-forward svc/vllm-router-service 30080:80
176176
177177
And then send a request to the router by:
178178

0 commit comments

Comments
 (0)