# torch==2.9.0 + CUDA 12.8 — Software interface version compatibility For torch==2.9.0 + CUDA 12.8, product is PyTorch; software version is 2.9.0; dependency version is 12.8; companion package versions is torchvision==0.24.0 torchaudio==2.9.0, recorded from its source on 2026-08-11. - **Product:** PyTorch _(our reading, not quoted from the source)_ - **Version pairing:** torch==2.9.0 + CUDA 12.8 _(our reading, not quoted from the source)_ - **Software version:** 2.9.0 _(verified: appears in the quote below)_ - **Dependency version:** 12.8 _(verified: appears in the quote below)_ - **Companion package versions:** torchvision==0.24.0 torchaudio==2.9.0 _(verified: appears in the quote below)_ ## What the source says > # CUDA 12.8 pip install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0 --index-url https://download.pytorch.org/whl/cu128 ## Source - https://pytorch.org/get-started/previous-versions/ Last verified: 2026-08-11. Review by: 2026-10-10. Part of [Software interface version compatibility](https://referencesource.org/software-interface-version-compatibility/).