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 3237348 commit cf252a8Copy full SHA for cf252a8
install_requirements.py
@@ -176,7 +176,7 @@ def main(args):
176
help="Also installs required packages for running example scripts.",
177
)
178
args = parser.parse_args(args)
179
- use_pytorch_nightly=not bool(args.use_pt_pinned_commit)
+ use_pytorch_nightly = not bool(args.use_pt_pinned_commit)
180
install_requirements(use_pytorch_nightly)
181
if args.example:
182
install_optional_example_requirements(use_pytorch_nightly)
0 commit comments