learnables / learn2learn

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

How to get the learn2learn.whl file? #324

Closed Hidalgoi closed 2 years ago

Hidalgoi commented 2 years ago

I want to use learn2learn in the server that only connects to the Intranet(can't pip install learn2learn), how to get the .whl file?

seba-1511 commented 2 years ago

We don't provide a .whl. Zip the repo, transfer it, unzip it, and use pip install -e .