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 9a1ddde commit bf753a8Copy full SHA for bf753a8
install_requirements.py
@@ -90,7 +90,7 @@ def main(args):
90
CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
91
USE_PYTORCH_NIGHTLY = True
92
93
- parser = argparse.ArgumentParser(prog="install_requirements")
+ parser = argparse.ArgumentParser()
94
parser.add_argument(
95
"--pybind",
96
action="append",
0 commit comments