Skip to content

Commit 17adba1

Browse files
authored
[RELEASE ONLY CHANGES] Remove trailing slash from TORCH_URL_BASE (#16892)
1 parent ac902a1 commit 17adba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# The pip repository that hosts torch packages.
1616
# This will be dynamically set based on CUDA availability and CUDA backend enabled/disabled.
17-
TORCH_URL_BASE = "https://download.pytorch.org/whl/"
17+
TORCH_URL_BASE = "https://download.pytorch.org/whl"
1818

1919
# Supported CUDA versions - modify this to add/remove supported versions
2020
# Format: tuple of (major, minor) version numbers

0 commit comments

Comments
 (0)