Open Aleksandar1932 opened 2 years ago
Hi @Aleksandar1932 ,
I was just looking into Poetry for package management the other day, so this pull request comes at the perfect time. I have previously used Twine and setup tools.
I will further review the Poetry documentation over the week and then merge your Pull Request.
Thank you,
Enrico
Description
This PR is focused on the TODO note:
Add pip installer with PyPI
. With the enablement of packaging with poetry. The dependencies are added inpyproject.toml
along with the project description, the author's email has to be added afterward.Testing Steps
poetry install
poetry shell
if name == "main": lamda_base = LaMDA( num_tokens = 20000, dim = 512, dim_head = 64, depth = 12, heads = 8 )