You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That can be problematic because the "pinned" version of pytorch that torchcodec relies on changes with each new pytorch version. Which means when 2.5 is out, we need to update all those instances. It adds complexity to the release process, and there's a chance we'll miss it.
It would be more manageable to not make any reference to a specific pytorch version, and instead point the user to a reference table in our README, similar to that of torchvision https://github.com/pytorch/vision#installation