# torch==2.0.1 + CUDA 11.8 — Software interface version compatibility

For torch==2.0.1 + CUDA 11.8, product is PyTorch; software version is 2.0.1; dependency version is 11.8; companion package versions is torchvision==0.15.2 torchaudio==2.0.2, recorded from its source on 2026-08-05.

- **Product:** PyTorch _(our reading, not quoted from the source)_
- **Version pairing:** torch==2.0.1 + CUDA 11.8 _(our reading, not quoted from the source)_
- **Software version:** 2.0.1
- **Dependency version:** 11.8
- **Companion package versions:** torchvision==0.15.2 torchaudio==2.0.2

## What the source says

> # CUDA 11.8 pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118

## Source

- https://www.felixsanz.dev/articles/compatibility-between-pytorch-cuda-and-xformers-versions

Last verified: 2026-08-05. Review by: 2026-10-04.
Part of [Software interface version compatibility](https://referencesource.org/software-interface-version-compatibility/).
