Skip to content

Commit 7fcce71

Browse files
authored
update guides docs to fix miss guide (#1532)
* update guides docs * apply reviewer's suggestion
1 parent c90106c commit 7fcce71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ A cluster with:
278278
helm install vllm-llama3-8b-instruct \
279279
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
280280
--set provider.name=$GATEWAY_PROVIDER \
281-
--version v0.3.0 \
281+
--version v0.5.1 \
282282
oci://registry.k8s.io/gateway-api-inference-extension/charts/inferencepool
283283
```
284284

@@ -302,7 +302,7 @@ A cluster with:
302302
PORT=80
303303

304304
curl -i ${IP}:${PORT}/v1/completions -H 'Content-Type: application/json' -d '{
305-
"model": "food-review",
305+
"model": "food-review-1",
306306
"prompt": "Write as if you were a critic: San Francisco",
307307
"max_tokens": 100,
308308
"temperature": 0

0 commit comments

Comments
 (0)