From a7272c23d09375515b58b213fc1599f203c6e4a7 Mon Sep 17 00:00:00 2001 From: Ricardo Decal Date: Thu, 24 Jul 2025 10:36:56 -0700 Subject: [PATCH] [Docs][minor] Fix broken gh-file link in distributed serving docs (#21543) Signed-off-by: Ricardo Decal --- docs/serving/distributed_serving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/distributed_serving.md b/docs/serving/distributed_serving.md index d1ea29404dea..4f111115f307 100644 --- a/docs/serving/distributed_serving.md +++ b/docs/serving/distributed_serving.md @@ -62,7 +62,7 @@ If a single node lacks sufficient GPUs to hold the model, deploy vLLM across mul ### Ray cluster setup with containers -The helper script `` starts containers across nodes and initializes Ray. By default, the script runs Docker without administrative privileges, which prevents access to the GPU performance counters when profiling or tracing. To enable admin privileges, add the `--cap-add=CAP_SYS_ADMIN` flag to the Docker command. +The helper script starts containers across nodes and initializes Ray. By default, the script runs Docker without administrative privileges, which prevents access to the GPU performance counters when profiling or tracing. To enable admin privileges, add the `--cap-add=CAP_SYS_ADMIN` flag to the Docker command. Choose one node as the head node and run: