PiPPy
PiPPy copied to clipboard
TorchVision Installation issue
How do install torch vision supported by dev version of pytorch required to run Hippy?
Dev version of pytorch should have backward compatibility for earlier release version of torchvision (if you have it installed already).
If you want to install nightly version of torchvision together with nightly torch, you can do so by:
pip install --pre torch torchvision --extra-index-url https://download.pytorch.org/whl/nightly/cu121