pytorch-labs / torchfix

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

Add documentation for TorchFix rules #56

Open kit1980 opened 5 months ago

kit1980 commented 5 months ago

Add documentation for the rules to the https://github.com/pytorch-labs/torchfix/blob/main/README.md, see the existing file for examples.

If you what to work on a task, please comment on this issue and link your PR when you have it.

TOR101 Use of deprecated function

The rest

arunppsg commented 5 months ago

I would like to take up TOR101 deprecation docs - torch.chain_matmul, torch.cholesky, torch.qr, torch.range.

swayam0322 commented 5 months ago

Hey @kit1980, I would like to work on the issue under the Docathon-2024

zabboud commented 5 months ago

Hey @kit1980, I would like to work on the issue under the Docathon-2024

@swayam0322 -- use / assigntome to make sure that the issue is assigned to you

kit1980 commented 5 months ago

assigntome doesn't work in this repo, just commenting on the issue is fine.

kit1980 commented 5 months ago

But please mention the specific items from the list to you want to do.

sshkhr commented 5 months ago

Hey @kit1980

I can work on the following tasks of the issue:

TOR101 Use of deprecated function

The rest

Let me know if it's okay for me to work on these, and I can send in a PR. Cheers!

kit1980 commented 5 months ago

@sshkhr You don't need to ask. Just check that there is no overlap with what others already commented on.