Skip to content

Commit

Permalink
Fix intentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvijayakrish committed Jan 15, 2025
1 parent 44283cf commit d6a6fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2729,8 +2729,8 @@ def enable_all():
" - '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."
)
"Ensure that the required environment variables for these secrets are set before running the build.",
)
FLAGS = parser.parse_args()

if FLAGS.image is None:
Expand Down

0 comments on commit d6a6fc8

Please sign in to comment.