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 bb299f5 commit f1e4758Copy full SHA for f1e4758
install_requirements.py
@@ -59,7 +59,7 @@ def install_requirements(use_pytorch_nightly):
59
# that we don't need to set any version number there because they have already
60
# been installed on CI before this step, so pip won't reinstall them
61
(
62
- f"torch==${TORCH_VERSION}.{NIGHTLY_VERSION}"
+ f"torch=={TORCH_VERSION}.{NIGHTLY_VERSION}"
63
if use_pytorch_nightly
64
else "torch"
65
),
0 commit comments