audio icon indicating copy to clipboard operation
audio copied to clipboard

Support specifying a torch range

Open oraluben opened this issue 8 months ago • 1 comments

Motivation: we're using a custom pytorch build and have patch release more recently than upstream. While those updates do not change any abi, we want to allow torchaudio/torchvision (https://github.com/pytorch/vision/pull/8936) to tolerance the changed pytorch version when we update pytorch, otherwise pip will raise a warning.

In this PR, we add two new envionment variable to generate a version range for pytorch.

oraluben avatar Feb 25 '25 02:02 oraluben