pytorch-labs / torchfix

TorchFix - a linter for PyTorch-using code with autofix support
Other
98 stars 16 forks source link

Rule for deprecated _register_pytree_node #41

Closed kit1980 closed 6 months ago

kit1980 commented 6 months ago

torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.

This can probably be just a config change at https://github.com/pytorch-labs/torchfix/blob/main/torchfix/deprecated_symbols.yaml

Maybe in future if we have several pytree-related rules, they can their own category and error codes.