From 44283cfba800c810ffd689ee3a31910488c6c4b4 Mon Sep 17 00:00:00 2001 From: pvijayakrish Date: Wed, 15 Jan 2025 15:25:57 -0800 Subject: [PATCH] Fix intentation --- build.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.py b/build.py index 3b28167ada..d0ddd9be33 100755 --- a/build.py +++ b/build.py @@ -2725,11 +2725,11 @@ def enable_all(): nargs=2, metavar=("key", "value"), help="Add build secrets in the form of . These secrets are used during the build process for vllm. The secrets are passed to the Docker build step as `--secret id=`. The following keys are expected and their purposes are described below:\n\n" - " - 'req': A file containing a list of dependencies for pip (e.g., requirements.txt).\n" - " - 'vllm_index_url': The index URL for the pip install.\n" - " - 'pytorch_triton_url': The location of the PyTorch wheel to download.\n" - " - 'build_public_vllm': A flag (default is 'true') indicating whether to build the public VLLM version.\n\n" - "Ensure that the required environment variables for these secrets are set before running the build." + " - 'req': A file containing a list of dependencies for pip (e.g., requirements.txt).\n" + " - 'vllm_index_url': The index URL for the pip install.\n" + " - 'pytorch_triton_url': The location of the PyTorch wheel to download.\n" + " - 'build_public_vllm': A flag (default is 'true') indicating whether to build the public VLLM version.\n\n" + "Ensure that the required environment variables for these secrets are set before running the build." ) FLAGS = parser.parse_args()