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 52c92e2 commit 24be9d5Copy full SHA for 24be9d5
site-src/guides/index.md
@@ -297,11 +297,6 @@ A cluster with:
297
298
Wait until the gateway is ready.
299
300
- Depending on the type of model server you have deployed, you must update the model field in the request body accordingly:
301
- - vLLM Simulator Model Server: `food-review-1`
302
- - CPU-Based Model Server: `food-review-0` or `food-review-1`
303
- - GPU-Based Model Server: TODO
304
-
305
```bash
306
IP=$(kubectl get gateway/inference-gateway -o jsonpath='{.status.addresses[0].value}')
307
PORT=80
0 commit comments