From 9b085277022d0dee9b4d433f5d40df34a7e917b0 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 18 Dec 2025 04:23:10 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/vllm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia/vllm/README.md b/nvidia/vllm/README.md index e18ecba..5640650 100644 --- a/nvidia/vllm/README.md +++ b/nvidia/vllm/README.md @@ -235,7 +235,7 @@ Expected output shows 2 nodes with available GPU resources. Authenticate with Hugging Face and download the recommended production-ready model. ```bash -## From within the same container where `ray serve` ran, run the following +## From within the same container where `ray status` ran, run the following hf auth login hf download meta-llama/Llama-3.3-70B-Instruct ```