Skip to content

Commit ebdbfd2

Browse files
Merge pull request #96 from LalatenduMohanty/94
fix: use cu128 PyTorch wheels for CUDA 12.9
2 parents 1cfa5db + d7be445 commit ebdbfd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cuda/12.9/app.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ NV_CUDNN_VERSION=9.8.0.87-1
7474

7575
# -----------------------------------------------------------------------------
7676
# PyPI Indexes
77+
# Note: PyTorch deprecated cu129 in favor of cu130; cu128 wheels are compatible
7778
# -----------------------------------------------------------------------------
7879
PIP_INDEX_URL=https://pypi.org/simple
79-
PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu129
80+
PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu128

0 commit comments

Comments
 (0)