github meta-pytorch/torchcodec v0.11.1
TorchCodec 0.11.1

10 hours ago

We are releasing TorchCodec 0.11.1 as a bug-fix release, and it is compatible with torch 2.11.

The fix:

In 0.11, we began uploading CUDA 13.0 linux wheels to PyPI, so pip install torchcodec would install a CUDA enabled wheel. This caused an error at import time for users without the necessary CUDA libraries, or for users who only wanted to use CPU decoding.

Torchcodec 0.11.1 reverts this change, so pip install torchcodec will install the CPU wheel. We will resume uploading CUDA wheels as torch does in torchcodec version 0.12!

As before, CUDA wheels are available by specifying the index-url argument:

pip install torchcodec --index-url --index-url https://download.pytorch.org/whl/cu130

Don't miss a new torchcodec release

NewReleases is sending notifications on new releases.