Closed tanglef closed 2 years ago
Currently the output for benchopt install returns Exception: You tried to install "pytorch". The package named for PyTorch is "torch"
benchopt install
Exception: You tried to install "pytorch". The package named for PyTorch is "torch"
torch
pytorch
To fit with the current code I stayed with the pip convention.
pip
The remaining problem should be fixed once #27 is merged
Great ! Thanks a lot !
Currently the output for
benchopt install
returnsException: You tried to install "pytorch". The package named for PyTorch is "torch"
torch
.pytorch
.To fit with the current code I stayed with the
pip
convention.