We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76afbe4 commit 620f381Copy full SHA for 620f381
setup.py
@@ -64,7 +64,7 @@ def write_version_file(version):
64
65
def _get_pytorch_version(is_nightly, is_local):
66
if "PYTORCH_VERSION" in os.environ:
67
- return f"torch=={os.environ['PYTORCH_VERSION']}"
+ return f"torch=={os.environ['PYTORCH_VERSION']}"
68
if is_nightly:
69
return "torch>=2.7.0.dev"
70
if is_local:
0 commit comments