torchfix icon indicating copy to clipboard operation
torchfix copied to clipboard

Feature needed: configuration for which PyTorch version to target

Open kit1980 opened this issue 1 year ago • 0 comments

Currently TorchFix tries to follow latest PyTorch main for things like deprecated APIs. This is not ideal for people who want to use a specific release, for example.

So every rule should be annotated for which PyTorch (and also TorchVision and other libraries where applicable) version it applies, and there should be a configuration parameter for TorchFix to pass the version.

kit1980 avatar Jan 30 '24 19:01 kit1980