learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.68k stars 354 forks source link

Distribute wheels on pypi #418

Open pbsds opened 1 year ago

pbsds commented 1 year ago

You can't assume the users have e.g. gcc and all the needed headers on their system, i've hear cibuildwheel is pretty good.

pbsds commented 1 year ago

Also, building wheels on github will let you catch issues like #413 early