Contribution

If you’d like to contribute to torchcache, follow these steps:

  1. Make sure you have Python installed on your system.

  2. Install Poetry from https://python-poetry.org/docs/#installation.

  3. Run poetry install to get all the required dependencies.

  4. Execute poetry run pre-commit install to set up pre-commit hooks.

  5. Create a branch, make your desired changes, and then open a pull request for review.