kyegomez / zeta

Build high-performance AI models with modular building blocks
https://zeta.apac.ai
Apache License 2.0
392 stars 37 forks source link

[LINT] adding torchfix linter #139

Closed evelynmitchell closed 8 months ago

evelynmitchell commented 8 months ago

Added torchfix (https://github.com/pytorch-labs/torchfix) a flake8 plugin linter for pytorch to the gh workflows.

Fixed one lint.

kyegomez commented 8 months ago

@evelynmitchell you didn't add it to the requirements.txt and the pyproject.toml

evelynmitchell commented 8 months ago

It's only needed for the gh actions, and is installed at that time.