Update PyTorch dependencies (minor) - #9
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pytorch
branch
2 times, most recently
from
June 18, 2026 02:08
e56b4fa to
481f84c
Compare
renovate
Bot
force-pushed
the
renovate/pytorch
branch
from
June 20, 2026 01:07
481f84c to
1d0fe3a
Compare
renovate
Bot
force-pushed
the
renovate/pytorch
branch
from
July 10, 2026 18:40
1d0fe3a to
0538f72
Compare
renovate
Bot
force-pushed
the
renovate/pytorch
branch
5 times, most recently
from
July 21, 2026 01:53
38ff384 to
e6e0983
Compare
renovate
Bot
force-pushed
the
renovate/pytorch
branch
from
July 30, 2026 18:59
e6e0983 to
ccf1ebd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.13.0β==0.15.0==0.27.1β==0.28.0Release Notes
pytorch/torchcodec (torchcodec)
v0.15.0: TorchCodec 0.15Compare Source
TorchCodec 0.15 is out! This is a small release compatible with
torch >= 2.11, with the following improvements:num_ffmpeg_threadsis high.v0.14.0: TorchCodec 0.14: HDR Video Decoding for CPU & CUDA, and Fast Wav DecoderCompare Source
TorchCodec 0.14 is out! It is compatible with
torch >= 2.11. It comes with two major additions: a fast audioWavDecoder, and support for HDR video decoding!Fast wav decoder
Inspired by SDPL's fast wav decoder, TorchCodec now has a dedicated
WavDecoderfor decoding WAV files. It bypasses FFmpeg entirely and reads WAV data directly, resulting in significantly faster decoding. It supports multiple sample formats (int16, int32, float32, etc.), and can decode from files, bytes, or file-like objects.Read more in our docs.
HDR Video Decoding
VideoDecodernow supports HDR (High Dynamic Range) video decoding without losing precision. Whenoutput_dtype=torch.float32is specified, the decoder outputs RGB float32 frames in[0, 1], preserving the full HDR color range. This is supported for both CPU and CUDA!Read more in our docs.
Other Improvements
AudioDecoderseeking is now much faster (#β1449)TorchCodecno longer depends on NVIDIA's NPP library, which will simplify installing and using TorchCodec for CUDA decoding.Bug Fixes
pytorch/vision (torchvision)
v0.28.0: TorchVision 0.28.0 ReleaseCompare Source
TorchVision 0.28 is out with some small enhancement and bug-fixes:
Enhancements
Bug fixes
F.resizeontv_tensors.Maskto honorNEAREST_EXACTinterpolation. Previously theinterpolationargument was ignored for mask inputs (resize_maskhardcodedNEAREST), soNEAREST_EXACTsilently produced plainNEARESToutput (#β9497)Contributors
π We're grateful for our community, which helps us improve Torchvision by submitting issues and PRs, and providing feedback and suggestions. The following persons have contributed patches for this release:
Andrey Talman, Benson Ma, Jason Fried, Joanne Yun, Nicolas Hug
Configuration
π Schedule: (UTC)
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.