We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd073c commit e94196bCopy full SHA for e94196b
site-src/guides/index.md
@@ -7,7 +7,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
7
- A cluster with:
8
- Support for Services of type `LoadBalancer`. (This can be validated by ensuring your Envoy Gateway is up and running). For example, with Kind,
9
you can follow [these steps](https://kind.sigs.k8s.io/docs/user/loadbalancer).
10
- - 3 GPUs to run the sample model server. Adjust the number of replicas in `./manifests/vllm/deployment.yaml` as needed.
+ - 3 GPUs to run the sample model server. Adjust the number of replicas in `./config/manifests/vllm/deployment.yaml` as needed.
11
12
## **Steps**
13
0 commit comments