Contribution¶
If you’d like to contribute to torchcache, follow these steps:
Make sure you have Python installed on your system.
Install Poetry from https://python-poetry.org/docs/#installation.
Run poetry install to get all the required dependencies.
Execute poetry run pre-commit install to set up pre-commit hooks.
Create a branch, make your desired changes, and then open a pull request for review.