Skip to content

Commit fd9062f

Browse files
Update docs/source/getting_started/installation/vke.rst
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Jiaxin Shan <[email protected]>
1 parent a2a2a97 commit fd9062f

File tree

1 file changed

+2
-1
lines changed
  • docs/source/getting_started/installation

1 file changed

+2
-1
lines changed

docs/source/getting_started/installation/vke.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ Once the model is ready and running, you can test it by running:
5353
LB_IP=$(kubectl get svc/envoy-aibrix-system-aibrix-eg-903790dc -n envoy-gateway-system -o=jsonpath='{.status.loadBalancer.ingress[0].ip}')
5454
ENDPOINT="${LB_IP}:80"
5555
56+
# To test the disaggregation model, change the routing-strategy header to "pd"
5657
curl http://${ENDPOINT}/v1/chat/completions \
5758
-H "Content-Type: application/json" \
58-
-H "routing-strategy: random" \ # change to `pd` if you deployed in disaggregation mode
59+
-H "routing-strategy: random" \
5960
-d '{
6061
"model": "deepseek-r1-distill-llama-8b",
6162
"messages": [

0 commit comments

Comments
 (0)