We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac902a1 commit 17adba1Copy full SHA for 17adba1
install_requirements.py
@@ -14,7 +14,7 @@
14
15
# The pip repository that hosts torch packages.
16
# This will be dynamically set based on CUDA availability and CUDA backend enabled/disabled.
17
-TORCH_URL_BASE = "https://download.pytorch.org/whl/"
+TORCH_URL_BASE = "https://download.pytorch.org/whl"
18
19
# Supported CUDA versions - modify this to add/remove supported versions
20
# Format: tuple of (major, minor) version numbers
0 commit comments