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 c90106c commit 7fcce71Copy full SHA for 7fcce71
site-src/guides/index.md
@@ -278,7 +278,7 @@ A cluster with:
278
helm install vllm-llama3-8b-instruct \
279
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
280
--set provider.name=$GATEWAY_PROVIDER \
281
- --version v0.3.0 \
+ --version v0.5.1 \
282
oci://registry.k8s.io/gateway-api-inference-extension/charts/inferencepool
283
```
284
@@ -302,7 +302,7 @@ A cluster with:
302
PORT=80
303
304
curl -i ${IP}:${PORT}/v1/completions -H 'Content-Type: application/json' -d '{
305
- "model": "food-review",
+ "model": "food-review-1",
306
"prompt": "Write as if you were a critic: San Francisco",
307
"max_tokens": 100,
308
"temperature": 0
0 commit comments