Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwa committed Feb 2, 2023
1 parent 0c0776d commit f6af9ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ def convert_arg_line_to_args(self, arg_line):
parser.add_argument("--disable_nccl", action="store_false", help="Disable NCCL, by default NCCL is disabled.")
parser.add_argument("--mpi_home", help="Path to MPI installation dir")
parser.add_argument("--nccl_home", help="Path to NCCL installation dir")
parser.add_argument("--use_mpi", nargs="?", default=False, const=True, type=_str_to_bool, help="By default MPI is disabled.")
parser.add_argument(
"--use_mpi", nargs="?", default=False, const=True, type=_str_to_bool, help="Disabled by default."
)

# enable ONNX tests
parser.add_argument(
Expand Down

0 comments on commit f6af9ce

Please sign in to comment.