pytorch - 💡(How to fix) Fix Update install matrix on pytorch.org to reflect CUDA 12.8 deprecation [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
pytorch/pytorch#180398Fetched 2026-04-16 06:34:49
View on GitHub
Comments
2
Participants
3
Timeline
53
Reactions
1
Author
Assignees
Timeline (top)
subscribed ×25mentioned ×14labeled ×7commented ×2

The Get Started Locally install matrix still lists CUDA 12.8 (cu128) as an available option for nightly builds, but the cu128 nightly appears to be stale/deprecated.

<img width="917" height="274" alt="Image" src="https://github.com/user-attachments/assets/f256d8f4-1059-4cab-8e6f-25241863ceb1" />

Root Cause

The Get Started Locally install matrix still lists CUDA 12.8 (cu128) as an available option for nightly builds, but the cu128 nightly appears to be stale/deprecated.

<img width="917" height="274" alt="Image" src="https://github.com/user-attachments/assets/f256d8f4-1059-4cab-8e6f-25241863ceb1" />
RAW_BUFFERClick to expand / collapse

Summary

The Get Started Locally install matrix still lists CUDA 12.8 (cu128) as an available option for nightly builds, but the cu128 nightly appears to be stale/deprecated.

<img width="917" height="274" alt="Image" src="https://github.com/user-attachments/assets/f256d8f4-1059-4cab-8e6f-25241863ceb1" />

Evidence

As of 2026-04-14, the latest nightly wheels available:

VariantLatest NightlyStatus
cu128torch-2.12.0.dev20260407+cu128 (Apr 7)Stale — no new builds in 7 days
cu126torch-2.12.0.dev20260414+cu126 (Apr 14)Up to date
cu124torch-2.7.0.dev20250310+cu124 (Mar 2025)Very old

The cu126 nightly is current, but cu128 hasn't had a new build in over a week, suggesting the build pipeline has been dropped.

Request

Please update the install matrix on https://pytorch.org/get-started/locally/ to reflect the current supported CUDA versions and remove cu128 if it is no longer being built.

cc @ezyang @gchanan @kadeng @msaroufim @svekars @sekyondaMeta @AlannaBurke @seemethere @malfet @pytorch/pytorch-dev-infra

extent analysis

TL;DR

Update the install matrix on the PyTorch website to remove CUDA 12.8 (cu128) as a supported option for nightly builds.

Guidance

  • Verify the current status of CUDA 12.8 nightly builds to confirm they are indeed stale or deprecated.
  • Check the build pipeline configuration to determine why cu128 nightly builds have stopped.
  • Update the install matrix on the PyTorch website to reflect the current supported CUDA versions.
  • Consider adding a note or comment to the install matrix indicating that cu128 is no longer supported.

Example

No code snippet is necessary for this issue, as it involves updating documentation rather than code.

Notes

The solution assumes that the cu128 nightly builds are indeed stale or deprecated, as evidenced by the lack of new builds in over a week. However, it's possible that the build pipeline is temporarily down or experiencing issues, so verification is necessary before making changes to the install matrix.

Recommendation

Apply workaround: Update the install matrix to remove cu128 as a supported option, as it appears to be no longer maintained. This will help prevent confusion and ensure that users are directed to supported versions of CUDA.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

pytorch - 💡(How to fix) Fix Update install matrix on pytorch.org to reflect CUDA 12.8 deprecation [2 comments, 3 participants]