We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2194083 commit ee754c8Copy full SHA for ee754c8
smartsim/_core/_cli/build.py
@@ -370,9 +370,7 @@ def configure_parser(parser: argparse.ArgumentParser) -> None:
370
help="Do not compile RedisAI and the backends",
371
)
372
parser.add_argument(
373
- "--skip-database",
374
- action="store_true",
375
- help="Do not build the database"
+ "--skip-database", action="store_true", help="Do not build the database"
376
377
378
"--skip-torch",
0 commit comments