diff --git a/install_requirements.py b/install_requirements.py index 88030fe39d2..9d0294b7e8c 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -14,7 +14,7 @@ # The pip repository that hosts torch packages. # This will be dynamically set based on CUDA availability and CUDA backend enabled/disabled. -TORCH_URL_BASE = "https://download.pytorch.org/whl/" +TORCH_URL_BASE = "https://download.pytorch.org/whl" # Supported CUDA versions - modify this to add/remove supported versions # Format: tuple of (major, minor) version numbers