Skip to content

Commit da03f52

Browse files
committed
lint
1 parent d75ff3b commit da03f52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ def determine_torch_url(torch_nightly_url_base, supported_cuda_versions):
108108
URL string for PyTorch packages
109109
"""
110110
if platform.system().lower() == "windows":
111-
print("Windows detected, using CPU-only PyTorch until CUDA support is available")
111+
print(
112+
"Windows detected, using CPU-only PyTorch until CUDA support is available"
113+
)
112114
return f"{torch_nightly_url_base}/cpu"
113115

114116
print("Attempting to detect CUDA via nvcc...")

0 commit comments

Comments
 (0)