# torch==2.12.0 + CUDA 13.0 — Software interface version compatibility For torch==2.12.0 + CUDA 13.0, product is PyTorch; software version is 2.12.0; dependency version is 13.0; companion package versions is torchvision==0.27.0, recorded from its source on 2026-08-11. - **Product:** PyTorch _(our reading, not quoted from the source)_ - **Version pairing:** torch==2.12.0 + CUDA 13.0 _(our reading, not quoted from the source)_ - **Software version:** 2.12.0 _(verified: appears in the quote below)_ - **Dependency version:** 13.0 _(verified: appears in the quote below)_ - **Companion package versions:** torchvision==0.27.0 _(verified: appears in the quote below)_ ## What the source says > # CUDA 13.0 pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu130 ## 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/).