lucidrains / vector-quantize-pytorch

Vector (and Scalar) Quantization, in Pytorch
MIT License
2.12k stars 179 forks source link

Starting a Rye workflow #122

Closed MisterBourbaki closed 1 month ago

MisterBourbaki commented 1 month ago

Here is a start to have a Rye workflow. The installation process is here. I added and updated the pyproject.toml, and added a GithubAction workflow to check the build of the package (that is a start before publishing).

I really think that Rye is a really good toolchain for Python :) It will help other contributors to work on the project, and to expand it.

Next steps: the use of Ruff for a proper lint/format pipeline!

lucidrains commented 1 month ago

@MisterBourbaki looks good, thank you! :pray: