Skip to content

Commit 2ac2c19

Browse files
authored
fixed docs (#1284)
1 parent b22446e commit 2ac2c19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site-src/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
8888
Deploy the sample InferenceModel which is configured to forward traffic to the `food-review-1` [LoRA adapter](https://docs.vllm.ai/en/latest/features/lora.html) of the sample model server.
8989

9090
```bash
91-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/inferencemodel.yaml
91+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/inferenceobjective.yaml
9292
```
9393

9494
### Deploy the InferencePool and Endpoint Picker Extension
@@ -269,7 +269,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
269269

270270
```bash
271271
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/inferencepool-resources.yaml --ignore-not-found
272-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/inferencemodel.yaml --ignore-not-found
272+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/inferenceobjective.yaml --ignore-not-found
273273
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/vllm/cpu-deployment.yaml --ignore-not-found
274274
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/vllm/gpu-deployment.yaml --ignore-not-found
275275
kubectl delete secret hf-token --ignore-not-found

site-src/performance/regression-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Optionally, you can also run benchmarks against the `ShareGPT` dataset for addit
7171

7272
Update deployments for multi-LoRA support:
7373
- vLLM Deployment: `./config/manifests/regression-testing/vllm/multi-lora-deployment.yaml`
74-
- InferenceModel: `./config/manifests/inferencemodel.yaml`
74+
- InferenceObjective.yaml: `./config/manifests/inferenceobjective.yaml.yaml`
7575

7676
Refer to example manifest:
7777
`./config/manifests/regression-testing/multi-lora-regression.yaml`

0 commit comments

Comments
 (0)