EugenHotaj / pytorch-generative

Easy generative modeling in PyTorch
MIT License
428 stars 68 forks source link

UPD : Added pyproject.toml, setup.cfg and __init__.py #39

Open wbjeon2k opened 2 months ago

wbjeon2k commented 2 months ago

Dear EugenHotaj,

Hello EugenHotaj, I appreciate your work. Thank you for sharing this repository.

I added pyproject.toml , setup.cfg , and __init__.py files to enable pip install and easier access to models.

As these files were written for the minimum working example, you may have to revise some of the information in those files.

Thank you.