diff --git a/site-src/guides/index.md b/site-src/guides/index.md index 2c3abb49d..4e40ebaf5 100644 --- a/site-src/guides/index.md +++ b/site-src/guides/index.md @@ -278,7 +278,7 @@ A cluster with: helm install vllm-llama3-8b-instruct \ --set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \ --set provider.name=$GATEWAY_PROVIDER \ - --version v0.3.0 \ + --version v0.5.1 \ oci://registry.k8s.io/gateway-api-inference-extension/charts/inferencepool ``` @@ -302,7 +302,7 @@ A cluster with: PORT=80 curl -i ${IP}:${PORT}/v1/completions -H 'Content-Type: application/json' -d '{ - "model": "food-review", + "model": "food-review-1", "prompt": "Write as if you were a critic: San Francisco", "max_tokens": 100, "temperature": 0