We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cfa5db + d7be445 commit ebdbfd2Copy full SHA for ebdbfd2
cuda/12.9/app.conf
@@ -74,6 +74,7 @@ NV_CUDNN_VERSION=9.8.0.87-1
74
75
# -----------------------------------------------------------------------------
76
# PyPI Indexes
77
+# Note: PyTorch deprecated cu129 in favor of cu130; cu128 wheels are compatible
78
79
PIP_INDEX_URL=https://pypi.org/simple
-PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu129
80
+PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu128
0 commit comments