Closed Hidalgoi closed 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?
We don't provide a .whl. Zip the repo, transfer it, unzip it, and use pip install -e .
pip install -e .
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?