Skip to content

Commit 2d54721

Browse files
Update site-src/guides/index.md
Co-authored-by: Cong Liu <[email protected]>
1 parent c4ec087 commit 2d54721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site-src/guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ A cluster with:
273273
Install an InferencePool named vllm-llama3-8b-instruct that selects from endpoints with label app: vllm-llama3-8b-instruct and listening on port 8000, you can run the following command:
274274

275275
```bash
276+
export PROVIDER_NAME=none # See [README](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/config/charts/inferencepool/README.md#configuration) for valid configurations
276277
helm install vllm-llama3-8b-instruct \
277278
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
278279
--set provider.name=PROVIDER_NAME \

0 commit comments

Comments
 (0)