From 51615570a7e00a7bdec92bfc0142b05e2ffb2e81 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 18 May 2026 17:50:57 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/vllm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvidia/vllm/README.md b/nvidia/vllm/README.md index 43a8511..d5f1d54 100644 --- a/nvidia/vllm/README.md +++ b/nvidia/vllm/README.md @@ -218,7 +218,7 @@ Obtain the vLLM cluster deployment script on both nodes. This script orchestrate ```bash ## Download on both nodes -wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/online_serving/run_cluster.sh +wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/ray_serving/run_cluster.sh chmod +x run_cluster.sh ``` @@ -445,7 +445,7 @@ Download the vLLM cluster deployment script on all nodes. This script orchestrat ```bash ## Download on all nodes -wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/online_serving/run_cluster.sh +wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/ray_serving/run_cluster.sh chmod +x run_cluster.sh ```