Installing torch with a specific wheel causes the wheel to be downloaded twice #6355
Closed
2 of 3 tasks
Labels
status/duplicate
Duplicate issues
-vvv
option).Issue
For latest CUDA support I need to use a specific torch version, which is available here: https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp39-cp39-linux_x86_64.whl
I can install it just fine, by specifying:
torch = {url = "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp39-cp39-linux_x86_64.whl"}
in my pyproject.toml. After doing so though, every poetry add or poetry install takes ages and seems to download the 2GB file again. Would it be possible to only download it once and then cache it?The text was updated successfully, but these errors were encountered: