From 1df0a225ec3aeca0dbdb3854d8b7a5655d3a13fb Mon Sep 17 00:00:00 2001 From: Nir Rozenbaum Date: Wed, 26 Feb 2025 20:27:06 +0200 Subject: [PATCH] fixed the filepath Signed-off-by: Nir Rozenbaum --- site-src/guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-src/guides/index.md b/site-src/guides/index.md index e0593f3b..2949d387 100644 --- a/site-src/guides/index.md +++ b/site-src/guides/index.md @@ -7,7 +7,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv - A cluster with: - Support for Services of type `LoadBalancer`. (This can be validated by ensuring your Envoy Gateway is up and running). For example, with Kind, you can follow [these steps](https://kind.sigs.k8s.io/docs/user/loadbalancer). - - 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. ## **Steps**